We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad8514 commit cf9e06aCopy full SHA for cf9e06a
scripts/build.sh
@@ -16,6 +16,7 @@ mkdir -p dist && rm -rf dist/*
16
17
# Update SHA256SUMS
18
(cd $LIBBWT_DIST && sha256sum *.tar.gz) | sort > SHA256SUMS
19
+chmod 664 SHA256SUMS
20
21
# Update version
22
npm version --allow-same-version --no-git-tag-version $version
0 commit comments