Skip to content

Commit 1d00f32

Browse files
committed
build: Changed pipeline
1 parent a8b2b43 commit 1d00f32

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ install:
1111
- npm i -g npm@6.3.0
1212
- npm install
1313

14-
before_build:
14+
build: off
15+
deploy: off
16+
17+
test_script:
1518
- node --version
1619
- npm --version
17-
18-
build_script:
19-
- cmd: npm run build
20+
- npm run build
2021

2122
on_success:
2223
- cmd: npm run semantic-release

0 commit comments

Comments
 (0)