fixed build script'

This commit is contained in:
Daniel Ledda
2021-03-21 16:42:00 +01:00
parent 5466b8d2bb
commit 3d1de7c52b

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
(cd ./server && tsc -w) & (cd ./server nodemon ./dist/main.js & (cd ./dashboard/ && cp -- *.log ~/Desktop) (cd ./server && tsc -w) & (cd ./dashboard && npm build)