Changed build_script to deploy_script

This commit is contained in:
Kylart 2019-07-20 20:01:26 +02:00
parent 4497ce0625
commit 76708656d0
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ test_script:
- npm run pack
- npm run test
build_script:
deploy_script:
- IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win