fix: force local link, update package lock

This commit is contained in:
Chance Hudson
2022-03-20 19:31:27 -05:00
parent 04f6558200
commit 0de3c86349
3 changed files with 11956 additions and 1 deletions

View File

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

11954
packages/demosite/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack",