Skip to content

Commit b1eae88

Browse files
author
Kelly Selden
committed
fix file
1 parent 0b45284 commit b1eae88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ init:
1313
# Install scripts. (runs after repo cloning)
1414
install:
1515
- ps: Install-Product node $env:nodejs_version
16+
- npm ci
1617

1718
# Post-install test scripts.
1819
test_script:
19-
- node --version
2020
- npm --version
2121
- npm test
2222

0 commit comments

Comments
 (0)