fix typo
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user