Skip to content

Commit

Permalink
add prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
deerawan committed Apr 20, 2017
1 parent c2934ad commit a8d8e8a
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 @@ -23,6 +23,7 @@
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"build": "npm run clean && npm run lint && echo Using TypeScript && tsc --version && tsc --pretty",
"test": "npm run build && mocha --compilers ts:ts-node/register --recursive 'test/**/*-spec.ts'",
"prepublish": "npm run build",
"coverage": "nyc --reporter=text --reporter=html --reporter=lcov mocha --compilers ts:ts-node/register",
"watch": "npm run build -- --watch",
"watch:test": "npm run test -- --watch"
Expand Down

0 comments on commit a8d8e8a

Please sign in to comment.