mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
build on bootstrapping
This commit is contained in:
parent
397e848e26
commit
f2b73ff7ca
@ -27,7 +27,8 @@
|
|||||||
"build": "webpack -p",
|
"build": "webpack -p",
|
||||||
"start": "NODE_ENV=development supervisor --ignore ./node_modules/,./public/js lib/server-dev.js",
|
"start": "NODE_ENV=development supervisor --ignore ./node_modules/,./public/js lib/server-dev.js",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:ci": "npm run test"
|
"test:ci": "npm run test",
|
||||||
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user