Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabueeee committed Apr 28, 2018
1 parent 6613c3b commit 2754829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"test-silent": "node_modules/.bin/mocha --timeout 10000 --require source-map-support/register build/test/isolation/**/*.dev.spec.js > test-ts.log",
"pretest-coverage": "npm run build-dev",
"test-coverage": "node_modules/.bin/nyc --all --reporter=html npm run test-silent",
"pretest-coverage-travis": "npm run build-dev",
"test-coverage-travis": "node_modules/.bin/nyc --all --reporter=text-lcov npm run test-silent | node node_modules/coveralls/bin/coveralls.js"
},
"engines": {
Expand Down

0 comments on commit 2754829

Please sign in to comment.