Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
corymickelson committed Jun 7, 2018
1 parent d6b80f9 commit 12de427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"coverage": "nyc node --expose-gc ./dist/_all.spec.js && nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm ls",
"test": "tsc -p tsconfig.json && tsc -p tsconfig.spec.json && node --expose-gc ./node_modules/.bin/tape spec/unit/*.js",
"install": "node-pre-gyp install --fallback-to-build && ./node_modules/.bin/tsc -p tsconfig.json"
"install": "node-pre-gyp install --fallback-to-build && tsc -p tsconfig.json"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 12de427

Please sign in to comment.