Skip to content

Commit

Permalink
chore: cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Jul 12, 2024
1 parent 07692f0 commit a8a328b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ This is one mono-style fibjs lib starter.

### Get Started

Make sure you have installed `lerna` globally.
Make sure you have installed `lerna` in this repo.

```bash
npm i -g lerna
npm i
```

Then, run

```bash
# bootstrap development
lerna bootstrap
npm run bootstrap
```

Then try to run `ci` script in each package like below:


```bash
lerna run ci
npm run ci
```

Finally, start your development, change code and test it.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bootstrap": "lerna bootstrap --no-hoist",
"bootstrap:noci": "lerna bootstrap --no-hoist --no-ci",
"build": "lerna run build",
"publish": "lerna run publish",
"ci": "lerna run ci",
"update-pkg": "fibjs ./scripts/write-pkg-manifest.js",
"postinstall": "rm -rf node_modules/@type/node"
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxjs/orm",
"version": "1.16.10",
"version": "1.16.9",
"description": "",
"main": "lib",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit a8a328b

Please sign in to comment.