Skip to content

Commit

Permalink
fix: use prepare hook to build dist assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Sep 20, 2017
1 parent 5e580fe commit c91ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"nlm": "nlm",
"posttest": "npm run prettify && npm run nlm verify",
"prepublishOnly": "tsc",
"prepare": "tsc",
"prettify": "prettier --write --single-quote --trailing-comma=all 'src/**/*.ts'",
"test": "JASMINE_CONFIG_PATH=jasmine.json jasmine"
},
Expand Down

0 comments on commit c91ba1d

Please sign in to comment.