Fixed the myspeed install script
This commit is contained in:
parent
622e7e41de
commit
a39be21494
@ -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"},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user