Skip to content

Commit a8ffff0

Browse files
committed
CHANGED: Using "npm ci" instead of "npm install" in AppVeyor to speed up the build. See issue #76.
1 parent 8ca97c5 commit a8ffff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- npm install --global npm@latest
1010
- set PATH=%APPDATA%\npm;%PATH%
1111
- npm install -g serverless
12-
- npm install
12+
- npm ci
1313
- node --version
1414
- npm --version
1515

@@ -25,4 +25,4 @@ artifacts:
2525
- path: .serverless
2626
name: Serverless Package
2727

28-
test: off
28+
test: off

0 commit comments

Comments
 (0)