Skip to content

Commit

Permalink
Add development npm tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Alferov committed Jan 6, 2017
1 parent 4ada342 commit c51f3fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
"node": ">=0.12"
},
"scripts": {
"build": "gulp",
"dev": "gulp dev:docs",
"precommit": "gulp build",
"release": "gulp release",
"test": "./node_modules/.bin/karma start karma.conf.js --single-run --browsers Firefox"
}
}

0 comments on commit c51f3fa

Please sign in to comment.