mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-10 16:52:49 +00:00
🎨 优化安装打包方式
This commit is contained in:
parent
c9e724fe11
commit
bce770cda1
3
install.sh
Normal file
3
install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd ./packages/editor && yarn
|
||||
cd ../ui && yarn
|
||||
@ -22,6 +22,7 @@
|
||||
"yehuozhili <yehuozhili@outlook.com> (https://github.com/yehuozhili))"
|
||||
],
|
||||
"scripts": {
|
||||
"pkg": "bash install.sh",
|
||||
"start": "npm run start:ui & npm run start:editor",
|
||||
"start:editor": "npx lerna exec --scope @h5-dooring/editor -- npm run start",
|
||||
"start:ui": "npx lerna exec --scope @h5-dooring/ui -- npm run start",
|
||||
|
||||
11409
packages/doc/package-lock.json
generated
Normal file
11409
packages/doc/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
12210
packages/editor/yarn.lock
Normal file
12210
packages/editor/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
16514
packages/ui/package-lock.json
generated
Normal file
16514
packages/ui/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
11175
packages/ui/yarn.lock
Normal file
11175
packages/ui/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -115,7 +115,7 @@ cd ./h5-Dooring
|
||||
|
||||
3. Install the dependency package
|
||||
```sh
|
||||
npx lerna bootstrap
|
||||
yarn pkg
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user