Skip to content

Commit

Permalink
fix(appveyor): use "build_script"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Nov 18, 2019
1 parent 9f2ecd0 commit d07b8ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install:
- npm install -g yarn
- yarn install --frozen-lockfile

test_script:
build_script:
- yarn build

test_script:
- yarn test -i

0 comments on commit d07b8ea

Please sign in to comment.