try fix build

This commit is contained in:
hydrant
2019-07-30 12:55:51 +02:00
parent abba223f57
commit 21a7967664

View File

@@ -13,7 +13,7 @@ build:
- "../gm_database_password.sh" - "../gm_database_password.sh"
- "dotnet build -c ServerBuild" - "dotnet build -c ServerBuild"
- "cd ReallifeGamemode.Client/" - "cd ReallifeGamemode.Client/"
- "npm install --save-dev" - "npm ci"
- "npm run build:server" - "npm run build:server"
- "cd ../" - "cd ../"
- "sudo ../gm_copy_build_files.sh" - "sudo ../gm_copy_build_files.sh"