We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cfc9c commit fc017f9Copy full SHA for fc017f9
1 file changed
packages/schema/package.json
@@ -4,7 +4,7 @@
4
"description": "ZenStack Runtime Schema",
5
"type": "module",
6
"scripts": {
7
- "build": "tsc --noEmit && tsup-node && pnpm test:generate",
+ "build": "tsc --noEmit && tsup-node",
8
"watch": "tsup-node --watch",
9
"lint": "eslint src --ext ts",
10
"test": "vitest run",
0 commit comments