fix(appveyor): script

This commit is contained in:
h7ml
2022-06-10 18:33:51 +08:00
parent c9a0f38075
commit 3e93c80287

View File

@@ -7,6 +7,6 @@ install:
- ps: Install-Product node $env:nodejs_version
- npm config get registry
# - npm install --legacy-peer-deps
#test_script:
# - npm run build
test_script:
- npm install --legacy-peer-deps
build: off