mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
fix appveyor
This commit is contained in:
parent
2094765bf0
commit
dd5aba4dea
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ test_script:
|
||||||
- npm run test
|
- npm run test
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
- npm run dist
|
- npm run pack
|
||||||
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue