Changed build commands

This commit is contained in:
hydrant
2019-03-13 20:13:30 +01:00
parent 6fdbad45d1
commit bed35f8f08

View File

@@ -18,5 +18,5 @@ build:
- "../gm_database_password.sh" - "../gm_database_password.sh"
- "dotnet build -c ServerBuild" - "dotnet build -c ServerBuild"
- "cd ReallifeGamemode.Client/" - "cd ReallifeGamemode.Client/"
- "yarn install" - "npm install"
- "yarn run build:server" - "npm run build:server"