Skip to content

Commit 4b9b464

Browse files
JamesHenrysy-recordstrusktr
authored
chore: migrate from lerna bootstrap to npm workspaces (#2094)
* chore: migrate from lerna bootstrap to npm workspaces --------- Co-authored-by: 沈唁 <[email protected]> Co-authored-by: Joe Pea <[email protected]>
1 parent 69b58f1 commit 4b9b464

File tree

9 files changed

+10282
-12263
lines changed

9 files changed

+10282
-12263
lines changed

Diff for: .github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- name: Lint
2727
run: npm run lint
2828

29-
- name: Verify dependencies [server-renderer]
30-
working-directory: ./packages/docsify-server-renderer
31-
run: npm ci --ignore-scripts
32-
3329
test-jest:
3430
runs-on: ${{ matrix.os }}
3531
strategy:

Diff for: README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ You can use Gitpod (a free online VS Code-like IDE) for contributing. With a sin
7676
- install the dependencies.
7777
- start `npm run dev`.
7878

79+
```bash
80+
npm install && npm run dev
81+
```
82+
7983
So that you can start straight away.
8084

8185
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/docsifyjs/docsify)
@@ -86,12 +90,6 @@ So that you can start straight away.
8690
- Push to the branch: `git push origin my-new-feature`
8791
- Submit a pull request
8892

89-
## Development
90-
91-
```bash
92-
npm run bootstrap && npm run dev
93-
```
94-
9593
## Backers
9694

9795
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/docsify#backers)]

Diff for: docs/emoji.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to
3434

3535
:accept: `:accept:`
3636

37+
:accessibility: `:accessibility:`
38+
3739
:accordion: `:accordion:`
3840

3941
:adhesive_bandage: `:adhesive_bandage:`
@@ -920,6 +922,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to
920922

921923
:department_store: `:department_store:`
922924

925+
:dependabot: `:dependabot:`
926+
923927
:derelict_house: `:derelict_house:`
924928

925929
:desert: `:desert:`
@@ -1238,6 +1242,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to
12381242

12391243
:fishing_pole_and_fish: `:fishing_pole_and_fish:`
12401244

1245+
:fishsticks: `:fishsticks:`
1246+
12411247
:fist: `:fist:`
12421248

12431249
:fist_left: `:fist_left:`

Diff for: lerna.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"lerna": "2.0.0-rc.5",
3-
"packages": [
4-
"packages/*"
5-
],
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
63
"version": "0.0.0"
74
}

0 commit comments

Comments
 (0)