Skip to content

Commit e50c76c

Browse files
committed
chore(*): prepublish -> prepack
1 parent c940190 commit e50c76c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepare": "ts-patch install",
4242
"build": "rimraf lib && tsc && rollup -c",
4343
"dev": "rimraf lib && tsc --watch",
44-
"prepublishOnly": "pnpm run build",
44+
"prepack": "pnpm run build",
4545
"lint": "eslint .",
4646
"lint:fix": "eslint --fix ."
4747
},

packages/chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepare": "ts-patch install",
1616
"preview": "vite preview",
1717
"deploy": "node build/deploy.mjs",
18-
"prepublishOnly": "pnpm run build"
18+
"prepack": "pnpm run build"
1919
},
2020
"repository": {
2121
"type": "git",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"build": "rslib build",
4444
"dev": "rslib build --watch",
4545
"typecheck": "tsc --noEmit",
46-
"prepublishOnly": "pnpm run build",
46+
"prepack": "pnpm run build",
4747
"lint": "eslint .",
4848
"format": "eslint --fix .",
4949
"test": "vitest"

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:prompt": "ts-node build/prompt.ts",
1616
"dev": "rimraf lib && tsc --watch",
1717
"eslint": "eslint ./**/*.ts",
18-
"prepublishOnly": "pnpm run build",
18+
"prepack": "pnpm run build",
1919
"lint": "eslint .",
2020
"format": "eslint --fix ."
2121
},

packages/pg-vector-selector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"scripts": {
4141
"build": "tsc && rollup -c",
42-
"prepublishOnly": "pnpm run build",
42+
"prepack": "pnpm run build",
4343
"lint": "eslint .",
4444
"format": "eslint --fix ."
4545
},

packages/rpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepare": "ts-patch install",
1414
"build": "rimraf lib && tsc && rollup -c",
1515
"dev": "rimraf lib && tsc --watch",
16-
"prepublishOnly": "pnpm run build",
16+
"prepack": "pnpm run build",
1717
"lint": "eslint .",
1818
"format": "eslint --fix ."
1919
},

0 commit comments

Comments
 (0)