add config

This commit is contained in:
Cihan Bebek
2017-07-06 13:32:37 +03:00
parent 09e3d56fcb
commit 5be8ba8cf4
3 changed files with 9 additions and 19 deletions

View File

@@ -8,7 +8,8 @@
"scripts": {
"start": "rm -rf public && gulp",
"build": "rm -rf public && gulp build",
"dev": "SERVER=http://localhost:9000/ npm start",
"dev": "SERVER=http://localhost:9000/ ENV=development npm start",
"prod": "ENV=production npm start",
"lint": "eslint src",
"test": "mocha src/**/__tests__/*.js --compilers js:babel-core/register --require test/test-helper"
},