Skip to content

Commit

Permalink
chore: remove pyc files from tarball
Browse files Browse the repository at this point in the history
Fix #1037
  • Loading branch information
ruyadorno committed May 1, 2020
1 parent 0f219cc commit 36c878d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ unset CDPATH
set -e

rm -rf release *.tgz || true
rm node_modules/node-gyp/gyp/pylib/gyp/*.pyc || true
rm node_modules/node-gyp/gyp/pylib/gyp/generator/*.pyc || true
mkdir release
node ./bin/npm-cli.js pack --loglevel error >/dev/null
mv *.tgz release
Expand Down

0 comments on commit 36c878d

Please sign in to comment.