Skip to content

Commit

Permalink
Build is smaller on second install?
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Dec 8, 2019
1 parent 6b79678 commit 940651c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ if [ "$TEST" = "unit" ]; then

elif [ "$TEST" = "build_and_lint" ]; then

cd packages/web3
npm install --save bn.js@4.11.8
npm install --save underscore@1.9.1
cd ../..

npm run build
npm run dtslint
npm run depcheck
Expand Down

0 comments on commit 940651c

Please sign in to comment.