Fixed minor errors in build scripts

This commit is contained in:
Davide Passoni
2024-07-25 12:35:17 +02:00
parent 473f16dda0
commit c0b43c916e
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
npm run tsc
call npm run tsc
echo D|xcopy /Y /S /E .\public ..\..\build\frontend\public
echo D|xcopy /Y /S /E .\views ..\..\build\frontend\cert
echo D|xcopy /Y /S /E .\build ..\..\build\frontend\build
echo F|xcopy /Y .\app.js ..\..\build\frontend\app.js
echo F|xcopy /Y .\client.js ..\..\build\frontend\client.js