Skip to content

Commit

Permalink
package.json: Add 'prepublish' script
Browse files Browse the repository at this point in the history
  • Loading branch information
emonkak committed Dec 26, 2016
1 parent 2ac4b36 commit 6a424f1
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 @@ -9,6 +9,7 @@
"lint": "tslint 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rm -f -r dist",
"precover": "rm -f -r .nyc_output coverage",
"prepublish": "npm run build",
"test": "mocha --recursive --compilers ts:ts-node/register",
"watch": "tsc --watch"
},
Expand Down

0 comments on commit 6a424f1

Please sign in to comment.