Skip to content

Commit 5a82b16

Browse files
committed
use libs prod
1 parent d7bdcdc commit 5a82b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:libs:prod": "cross-env NODE_ENV=production pnpm build:libs",
99
"clean": "pnpm turbo clean",
1010
"change:add": "pnpm changeset add",
11-
"change:publish": "pnpm build && pnpm changeset publish --no-git-tag",
11+
"change:publish": "pnpm build:libs:prod && pnpm changeset publish --no-git-tag",
1212
"change:version": "pnpm changeset version && pnpm lint:fix",
1313
"lint": "biome check --diagnostic-level=error --max-diagnostics=200",
1414
"lint:fix": "biome check --write",

0 commit comments

Comments
 (0)