run npm update

This commit is contained in:
hydrant
2019-05-21 21:37:36 +02:00
parent 7d0de9c662
commit c0e796c903

View File

@@ -19,6 +19,7 @@ build:
- "dotnet build -c ServerBuild" - "dotnet build -c ServerBuild"
- "cd ReallifeGamemode.Client/" - "cd ReallifeGamemode.Client/"
- "npm install" - "npm install"
- "npm update"
- "npm run build:server" - "npm run build:server"
- "cd ../" - "cd ../"
- "sudo ../gm_copy_build_files.sh" - "sudo ../gm_copy_build_files.sh"