fixed build script'

This commit is contained in:
Daniel Ledda
2021-03-21 16:48:01 +01:00
parent 3d1de7c52b
commit 29f10e6e31

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
(cd ./server && tsc -w) & (cd ./dashboard && npm build) (cd ./server && tsc) & (cd ./dashboard && npm run build)