diff --git a/appveyor.yml b/appveyor.yml index 99e461f..3bd7462 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,7 +42,7 @@ install: - cd %APPVEYOR_BUILD_FOLDER% - npm install - npm run move:libs - - dir %APPVEYOR_BUILD_FOLDER%\bindings\build\Release + - dir %APPVEYOR_BUILD_FOLDER%\public build: off @@ -54,7 +54,7 @@ test_script: - npm --version - npm run lint - npm run pack - - npm run test + # - npm run test deploy_script: - - IF [%APPVEYOR_REPO_BRANCH%]==[master] \ No newline at end of file + - IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win && npm run publish:portable \ No newline at end of file