Skip to content

Commit

Permalink
Removed wrong reference from packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
atirage committed Oct 23, 2020
1 parent 359d390 commit 93321cf
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 @@ -4,7 +4,7 @@ rm -rf node_modules

npm install --production

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

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

Expand Down

0 comments on commit 93321cf

Please sign in to comment.