Fix appveyor node path

This commit is contained in:
Cyberboss
2018-10-23 10:23:08 -04:00
parent ac35870b0b
commit 1d617687ae
+1 -1
View File
@@ -34,7 +34,7 @@ install:
- choco install doxygen.portable codecov graphviz.portable opencover.portable
- nuget restore tgstation-server.sln
- ps: Install-Product node 10
- ps: cd src/Tgstation.Server.Host ; npm ci ; npm run build
- ps: cd src/Tgstation.Server.Host/ClientApp ; npm ci ; npm run build
build:
project: tgstation-server.sln
parallel: false