Skip to content

Commit

Permalink
chore: 修改example启动方式,避免npm run-many报错
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Oct 26, 2023
1 parent dffb850 commit 092a747
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"project-graph": "nx graph",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"publish": "npx changeset && npm run ci:version && npm run ci:publish && ",
"example": "pnpm -F example dev"
"example": "pnpm -F example start"
},
"description": "PNPM monorepo template",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tomrpc/client

## 1.0.0

### Major Changes

- v0.1.1

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomrpc/client",
"version": "0.1.1",
"version": "1.0.0",
"description": "My Awesome lib",
"license": "MIT",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"scripts": {
"build": "tsup src -- --dts-resolve",
"build:fast": "tsup src",
"dev": "tsup src --watch",
"start": "tsup src --watch",
"test": "vitest run",
"test:watch": "vitest watch",
"coverage": "vitest run --coverage"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tomrpc/core

## 1.0.0

### Major Changes

- v0.1.1

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomrpc/core",
"version": "0.1.1",
"version": "1.0.0",
"description": "My Awesome lib",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 092a747

Please sign in to comment.