This commit is contained in:
nitowa
2022-12-11 00:31:48 +01:00
parent 515b45de7c
commit d1d576edfa
5 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"build-gui": "cd src/frontend && npm run build",
"copy-gui": "cp src/frontend/build/index.html gui",
"webpack-gateway": "webpack --config webpack.gateway.js --progress && cp build/gateway/main.js gateway",
"deploy": "node ./lib/Deploy.js"
"deploy": "node ./lib/Deploy.js",
"github": "cp gateway/* ~/caisar.github.io && cd ~/caisar.github.io && git add -A && git commit -m \"update\" --allow-empty && git push origin master"
},
"author": "",
"license": "ISC",