mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-08 04:23:50 -05:00
fix: disable strict ssl :/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user