Skip to content

Commit fc017f9

Browse files
committed
fix build
1 parent d2cfc9c commit fc017f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "ZenStack Runtime Schema",
55
"type": "module",
66
"scripts": {
7-
"build": "tsc --noEmit && tsup-node && pnpm test:generate",
7+
"build": "tsc --noEmit && tsup-node",
88
"watch": "tsup-node --watch",
99
"lint": "eslint src --ext ts",
1010
"test": "vitest run",

0 commit comments

Comments
 (0)