Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 607b1b8

Browse files
committed
Move npm i to install
1 parent f44a6e3 commit 607b1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ cache:
1717
install:
1818
- ps: Install-Product node LTS x64
1919
- npm i --global --production windows-build-tools
20+
- npm i
2021

2122
platform:
2223
- x64
2324

2425
build_script:
25-
- npm i
2626
- npm run dist
2727

2828
test: off

0 commit comments

Comments
 (0)