Skip to content

Commit 7309004

Browse files
committed
hook(prepublishOnly): build all for publishing the framework.
1 parent 3e71f38 commit 7309004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pretest": "tsc --noEmit",
2222
"test": "vitest run --coverage",
2323
"bench": "vitest bench --run ./bench",
24-
"prepublishOnly": "eslint && pnpm test && pnpm build",
24+
"prepublishOnly": "eslint && pnpm -r build && pnpm test",
2525
"prepack": "cp ../*.md ../LICENSE ./"
2626
},
2727
"type": "module",

0 commit comments

Comments
 (0)