Skip to content

Commit

Permalink
obliterate package-lock.json after sanity test install; closes #2867
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 7, 2017
1 parent f20de56 commit 7483f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/travis-before-install.sh
Expand Up @@ -3,6 +3,7 @@
runSanityTest () {
# avoids our mocha.opts (and thus devDependencies) in a roundabout way
./bin/mocha --opts /dev/null --reporter spec test/sanity/sanity.spec.js
rm -f package-lock.json
}

# install npm@1.4 locally, and try to install production dependencies w/ it.
Expand Down

0 comments on commit 7483f0d

Please sign in to comment.