mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-27 17:57:57 +00:00
add config
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user