Skip to content

Commit

Permalink
Add missing checksums.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Feb 19, 2021
1 parent 3f40598 commit 1933925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm ci
npm run build
npm prune --production

shasum --algorithm 256 manifest.json package.json lib/*.js lib/driver/*.js lib/*.json LICENSE README.md > SHA256SUMS
shasum --algorithm 256 manifest.json package.json lib/*.js lib/driver/*.js lib/zigbee2mqtt/*.js lib/*.json LICENSE README.md > SHA256SUMS

find node_modules \( -type f -o -type l \) -exec shasum --algorithm 256 {} \; >> SHA256SUMS

Expand Down

0 comments on commit 1933925

Please sign in to comment.