feat: Add start script to package.json

This commit is contained in:
1ambda 2016-11-22 13:37:11 +09:00
parent a2aab1f22b
commit f0fcdff352

View file

@ -5,6 +5,7 @@
"scripts": {
"postinstall": "node_modules/.bin/bower install --silent",
"build": "./node_modules/.bin/grunt build",
"start": "./node_modules/.bin/grunt serve",
"test": "./node_modules/.bin/grunt test"
},
"dependencies": {