try fix build

This commit is contained in:
hydrant
2019-09-22 22:29:58 +02:00
parent d6955bba5e
commit 3b6d5aea43

View File

@@ -12,7 +12,7 @@ build:
script: script:
- "../gm_database_password.sh" - "../gm_database_password.sh"
- "cd ReallifeGamemode.Server/" - "cd ReallifeGamemode.Server/"
- "dotnet publish -c Release -r linux-x86" - "dotnet build -c Release"
- "cd ../ReallifeGamemode.Client/" - "cd ../ReallifeGamemode.Client/"
- "npm ci" - "npm ci"
- "npm run build:server" - "npm run build:server"