From 1d617687ae90fb07776e39ea0968f7afdccbb0d4 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 23 Oct 2018 10:23:08 -0400 Subject: [PATCH] Fix appveyor node path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5e7d4b5971..f5e1c3f41a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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