mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-09 20:58:01 -05:00
fix: disable strict ssl :/
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install
|
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:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: cd packages/demosite && npm run build -- --mode=production && npm run html
|
command: cd packages/demosite && npm run build -- --mode=production && npm run html
|
||||||
|
|||||||
Reference in New Issue
Block a user