Fixed the myspeed install script

This commit is contained in:
Mathias Wagner 2023-06-01 18:34:43 +02:00
parent 622e7e41de
commit a39be21494
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -51,6 +51,7 @@ module.exports = {
{
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",
condition: "environment=Entwicklung"
},
{command: "rm -rf {folder}/file.zip"},
{