Skip to content

Commit

Permalink
Build on prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
elhoyos committed Mar 2, 2018
1 parent 2af9cee commit 70d839c
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 @@ -9,7 +9,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix && prettier --write '{src,examples}/**/*.ts'",
"build": "tsc src/*.ts src/**/*.ts -d --strictNullChecks --sourceMap --outdir ./lib --lib ES6,ES5",
"prepublish": "npm run build",
"prepare": "npm run build",
"test": "NODE_ENV=test ava test",
"coverage": "nyc --check-coverage=true npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 70d839c

Please sign in to comment.