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

Commit

Permalink
Remove package-lock from travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakhuang committed Dec 23, 2019
1 parent 5133977 commit 1e79ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export PATH=$PATH:$PWD/node_modules/.bin
node --version
npm --version

# HACK: remove package-lock.json because otherwise npm doesn't want to git clone (I WISH I KNEW WHY)
rm package-lock.json

# Pin pip version
make pin_pip

Expand Down

0 comments on commit 1e79ab0

Please sign in to comment.