We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d82239 commit 20f8a98Copy full SHA for 20f8a98
appveyor.yml
@@ -20,9 +20,9 @@ install:
20
# install modules
21
- cd skeleton-esnext-webpack && yarn
22
- cd skeleton-typescript-webpack && yarn
23
- - cd skeleton-esnext && npm install # yarn breaks with something there
+ - cd skeleton-esnext && npm install --no-optional || true
24
- cd skeleton-esnext && jspm install
25
- - cd skeleton-typescript && npm install # yarn breaks with something there
+ - cd skeleton-typescript && npm install --no-optional || true
26
- cd skeleton-typescript && jspm install
27
28
# Post-install test scripts.
0 commit comments