mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-08 20:37:55 -05:00
fix: update npm in ci
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install
|
||||
command: npx lerna bootstrap --force-local
|
||||
command: npm i -g npm && 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