chore: fix appveyor deploy working dir

This commit is contained in:
Samuel Attard 2018-09-27 18:06:02 +10:00
parent d0691dffdf
commit cba749e305

View file

@ -53,6 +53,7 @@ test_script:
} }
- cd electron - cd electron
- if "%GN_CONFIG%"=="testing" ( echo Running test suite & npm run test -- --ci ) - if "%GN_CONFIG%"=="testing" ( echo Running test suite & npm run test -- --ci )
- cd ..
deploy_script: deploy_script:
- cd electron - cd electron
- ps: >- - ps: >-