diff --git a/.appveyor.yml b/.appveyor.yml index 816f1047..5ee6f37d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ install: - yarn install build_script: - - node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build --prod + - node --max-old-space-size=8192 - yarn buildforelectron - "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt" - "%PYTHON%\\python.exe scripts\\build.py download -a"