Skip to content

Commit

Permalink
chore: update package.json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 5, 2024
1 parent c109c98 commit 0acbd57
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nailyjs/monorepo",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.12.3",
"description": "Create a lib monorepo with antfu's code style",
Expand Down
3 changes: 2 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"scripts": {
"build": "tsup",
"watch": "tsup -w",
"jsr": "npx jsr publish"
"jsr": "npx jsr publish",
"prepublishOnly": "tsup"
},
"dependencies": {
"@nailyjs/ioc": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"scripts": {
"build": "tsup",
"watch": "tsup -w"
"watch": "tsup -w",
"prepublishOnly": "tsup"
},
"dependencies": {
"@nailyjs/ioc": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/ioc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"scripts": {
"build": "tsup",
"watch": "tsup -w",
"jsr": "npx jsr publish"
"jsr": "npx jsr publish",
"prepublishOnly": "tsup"
},
"dependencies": {
"reflect-metadata": "^0.2.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"scripts": {
"build": "tsup",
"watch": "tsup -w"
"watch": "tsup -w",
"prepublishOnly": "tsup"
},
"dependencies": {
"@nailyjs/backend": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"scripts": {
"build": "tsup",
"watch": "tsup -w"
"watch": "tsup -w",
"prepublishOnly": "tsup"
},
"dependencies": {
"@nailyjs/backend": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/unplugin-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"scripts": {
"build": "tsup",
"watch": "tsup -w"
"watch": "tsup -w",
"prepublishOnly": "tsup"
},
"dependencies": {
"@nailyjs/backend": "workspace:*",
Expand Down

0 comments on commit 0acbd57

Please sign in to comment.