Skip to content

Commit cf9e06a

Browse files
committed
Normalize SHA256SUMS permissions for reproducibility
1 parent 2ad8514 commit cf9e06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ mkdir -p dist && rm -rf dist/*
1616

1717
# Update SHA256SUMS
1818
(cd $LIBBWT_DIST && sha256sum *.tar.gz) | sort > SHA256SUMS
19+
chmod 664 SHA256SUMS
1920

2021
# Update version
2122
npm version --allow-same-version --no-git-tag-version $version

0 commit comments

Comments
 (0)