Skip to content

Commit 20f8a98

Browse files
authored
chore(appveyor): no optional deps on Windows
1 parent 1d82239 commit 20f8a98

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
@@ -20,9 +20,9 @@ install:
2020
# install modules
2121
- cd skeleton-esnext-webpack && yarn
2222
- cd skeleton-typescript-webpack && yarn
23-
- cd skeleton-esnext && npm install # yarn breaks with something there
23+
- cd skeleton-esnext && npm install --no-optional || true
2424
- cd skeleton-esnext && jspm install
25-
- cd skeleton-typescript && npm install # yarn breaks with something there
25+
- cd skeleton-typescript && npm install --no-optional || true
2626
- cd skeleton-typescript && jspm install
2727

2828
# Post-install test scripts.

0 commit comments

Comments
 (0)