Skip to content

Commit 36c878d

Browse files
committedMay 1, 2020
chore: remove pyc files from tarball
Fix #1037
1 parent 0f219cc commit 36c878d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎scripts/release.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ unset CDPATH
77
set -e
88

99
rm -rf release *.tgz || true
10+
rm node_modules/node-gyp/gyp/pylib/gyp/*.pyc || true
11+
rm node_modules/node-gyp/gyp/pylib/gyp/generator/*.pyc || true
1012
mkdir release
1113
node ./bin/npm-cli.js pack --loglevel error >/dev/null
1214
mv *.tgz release

0 commit comments

Comments
 (0)
Please sign in to comment.