Skip to content

Commit 5401059

Browse files
committedSep 30, 2016
Updated bundle for v1.0
1 parent 40f5ecf commit 5401059

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "nodemon --watch server -e js,html server/start.js",
88
"seed": "node ./bin/seed",
99
"db-init": "./db-init.sh",
10-
"build": "NODE_ENV='production' webpack -c -p --config ./webpack.prod.config.js",
11-
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run seed -- -u ./music.xml; fi"
10+
"build": "NODE_ENV='production' webpack -c -p --config ./webpack.prod.config.js"
1211
},
1312
"dependencies": {
1413
"axios": "^0.14.0",

0 commit comments

Comments
 (0)