mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-09 12:47:59 -05:00
fix: force local link, update package lock
This commit is contained in:
@@ -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
11954
packages/demosite/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server",
|
||||
"build": "webpack",
|
||||
|
||||
Reference in New Issue
Block a user