Fixed the myspeed install script

This commit is contained in:
2023-06-01 18:34:43 +02:00
parent 622e7e41de
commit a39be21494

View File

@@ -51,6 +51,7 @@ module.exports = {
{ {
description: "Panel kompiliert", description: "Panel kompiliert",
command: "cd {folder}/client && npm install --force && cd {folder} && npm run build && cp -r {folder}/client/build . && rm -rf {folder}/client/build", command: "cd {folder}/client && npm install --force && cd {folder} && npm run build && cp -r {folder}/client/build . && rm -rf {folder}/client/build",
condition: "environment=Entwicklung"
}, },
{command: "rm -rf {folder}/file.zip"}, {command: "rm -rf {folder}/file.zip"},
{ {