fix: disable strict ssl :/

This commit is contained in:
Chance Hudson
2022-03-20 19:58:01 -05:00
parent 46db7574bc
commit 02b65b56e6

View File

@@ -24,7 +24,7 @@ jobs:
- checkout
- run:
name: Install
command: npm i -g npm && npx lerna bootstrap --force-local
command: npm i -g npm && npm config set strict-ssl false && npx lerna bootstrap --force-local
- run:
name: Build
command: cd packages/demosite && npm run build -- --mode=production && npm run html