Working on pipeline stuff

This commit is contained in:
2019-06-07 20:27:58 +10:00
parent 9f508a4aca
commit b643dd62d1
7 changed files with 118 additions and 55 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"restart": "forever -a -o forever.log -e error.log restart server/index.js",
"stop": "forever stop server/index.js",
"node": "node server/index.js",
"webpack": "webpack --mode=development",
"webpack-production": "webpack --mode=production",
"webpack": "webpack --mode=development --env=development",
"webpack-production": "webpack --mode=production --env=production",
"pull": "git pull && npm run webpack-production && npm restart"
},
"author": "Kayne Ruse",