1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

build on bootstrapping

This commit is contained in:
sveisvei 2016-09-13 22:07:50 +02:00 committed by Ivar Conradi Østhus
parent 5c1cea1d07
commit 1c3ea28a64

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": {