new build script

This commit is contained in:
Sendou
2019-11-10 18:21:57 +02:00
parent df730cd52c
commit aa3578a08c

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js",
"build": "rm -rf build && cd react-ui && npm run build && mv build ../build",
"build": "cd react-ui && npm run build && mv build ../build",
"testbuild": "rmdir /s /q build && cd react-ui && npm run build && move build ../build"
},
"author": "Sendou",