We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bdcdc commit 5a82b16Copy full SHA for 5a82b16
typescript/package.json
@@ -8,7 +8,7 @@
8
"build:libs:prod": "cross-env NODE_ENV=production pnpm build:libs",
9
"clean": "pnpm turbo clean",
10
"change:add": "pnpm changeset add",
11
- "change:publish": "pnpm build && pnpm changeset publish --no-git-tag",
+ "change:publish": "pnpm build:libs:prod && pnpm changeset publish --no-git-tag",
12
"change:version": "pnpm changeset version && pnpm lint:fix",
13
"lint": "biome check --diagnostic-level=error --max-diagnostics=200",
14
"lint:fix": "biome check --write",
0 commit comments