Adding build and start commands to npm config

This commit is contained in:
Jeff Avallone 2016-10-15 17:20:34 -04:00
parent fa977fe791
commit 28ec931607
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
"private": true,
"scripts": {
"pretest": "jscs lib/ src/ spec/",
"test": "karma start --single-run"
"test": "karma start --single-run",
"build": "gulp build",
"start": "gulp server"
},
"devDependencies": {
"babel-core": "^6.17.0",