mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Make AppVeyor run the dist script again
This commit is contained in:
parent
c69dfa604b
commit
c8af214d55
1 changed files with 1 additions and 0 deletions
|
|
@ -30,4 +30,5 @@ test_script:
|
||||||
- npm run test
|
- npm run test
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
|
- npm run dist
|
||||||
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue