Skip to content

Commit 3982b06

Browse files
committed
Use yarn and in addition also build the project
1 parent 9fb9a7f commit 3982b06

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

appveyor.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
1-
# Test against the latest version of this Node.js version
21
environment:
32
nodejs_version: "7"
43

5-
# Install scripts. (runs after repo cloning)
64
install:
7-
# Get the latest stable version of Node.js or io.js
85
- ps: Install-Product node $env:nodejs_version
9-
# install modules
10-
- npm install
6+
- yarn install
7+
8+
build_script:
9+
- npm run build
1110

12-
# Post-install test scripts.
1311
test_script:
14-
# Output useful info for debugging.
15-
- node --version
16-
- npm --version
17-
# run tests
1812
- npm test
19-
20-
# Don't actually build.
21-
build: off

0 commit comments

Comments
 (0)