Skip to content

Commit ce59370

Browse files
committed
fix(appveyor): script
1 parent 61b6326 commit ce59370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ install:
77
- ps: Install-Product node $env:nodejs_version
88
- npm config get registry
99
# - npm install --legacy-peer-deps
10-
#test_script:
11-
# - npm run build
10+
test_script:
11+
- npm install --legacy-peer-deps
1212
build: off

0 commit comments

Comments
 (0)