Skip to content

Commit

Permalink
added common npm scripts 'start' and 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Jan 8, 2019
1 parent 47de9f6 commit 7c140c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"url": "https://github.com/chartjs/Chart.js/issues"
},
"scripts": {
"gulp": "gulp"
"gulp": "gulp",
"start": "npm run gulp build --watch",
"test": "npm run gulp test"
},
"devDependencies": {
"coveralls": "^3.0.0",
Expand Down

0 comments on commit 7c140c3

Please sign in to comment.