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

View File

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