1
0
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:
sveisvei 2016-09-13 22:07:50 +02:00
parent 397e848e26
commit f2b73ff7ca

View File

@ -27,7 +27,8 @@
"build": "webpack -p",
"start": "NODE_ENV=development supervisor --ignore ./node_modules/,./public/js lib/server-dev.js",
"test": "jest",
"test:ci": "npm run test"
"test:ci": "npm run test",
"prepublish": "npm run build"
},
"main": "./lib/index.js",
"dependencies": {