Skip to content

Commit

Permalink
Add npm run watch (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored and campionfellin committed Mar 1, 2019
1 parent 190480c commit c01f372
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 @@ -6,6 +6,7 @@
"scripts": {
"build": "tsc --project tsconfig.json && npm i -g --loglevel=error",
"build-fresh": "npm cache clean --force && npm i && npm run build",
"watch": "tsc --project tsconfig.json --watch",
"publish": "npm publish --access public",
"lint": "tslint --project tslint.json && echo 'No lint errors. All good!'",
"test": "nyc --cache false mocha --timeout 100000 -- 'tests/**/*.js'",
Expand Down

0 comments on commit c01f372

Please sign in to comment.