Skip to content

Commit 13faeb5

Browse files
committed
chore(mongo-pg-cli): build as a standalone package
Drop the prepare script so it is no longer built on every workspace pnpm install (dev + release installs). Build on demand: pnpm -C packages/mongo-pg-cli build.
1 parent 5b1f7f5 commit 13faeb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/mongo-pg-cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"prepackage": "rm -rf dist",
4949
"clean": "rm -rf dist",
5050
"dev": "tsx src/cli.ts",
51-
"prepare": "npm run package",
5251
"test": "vitest run",
5352
"test:watch": "vitest",
5453
"typecheck": "tsc -p tsconfig.json --noEmit",

0 commit comments

Comments
 (0)