Skip to content

Commit

Permalink
build: Changed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samwx committed Feb 7, 2019
1 parent a8b2b43 commit 1d00f32
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ install:
- npm i -g [email protected]
- npm install

before_build:
build: off
deploy: off

test_script:
- node --version
- npm --version

build_script:
- cmd: npm run build
- npm run build

on_success:
- cmd: npm run semantic-release

0 comments on commit 1d00f32

Please sign in to comment.