Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
scripts: Make release script include tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 24, 2018
1 parent f29b7a6 commit b152d3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node ./bin/npm-cli.js pack --loglevel error >/dev/null
mv *.tgz release
cd release
tar xzf *.tgz
cp -r ../test package/

mkdir node_modules
mv package node_modules/npm
Expand All @@ -32,5 +33,7 @@ mv "node_modules/$tarname" .
rm -rf *.cmd
rm -rf node_modules

cd ..

echo "release/$tarname"
echo "release/$zipname"

0 comments on commit b152d3e

Please sign in to comment.