fix: update npm in ci

This commit is contained in:
Chance Hudson
2022-03-20 19:44:22 -05:00
parent 0de3c86349
commit 46db7574bc

View File

@@ -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