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 90a7072 commit db06bc4Copy full SHA for db06bc4
packages/cli/package.json
@@ -22,7 +22,7 @@
22
"zenstack": "bin/cli"
23
},
24
"scripts": {
25
- "build": "tsc --noEmit && tsup-node && tsx scripts/post-build.ts",
+ "build": "tsc --noEmit && tsup-node",
26
"watch": "tsup-node --watch",
27
"lint": "eslint src --ext ts",
28
"test": "vitest run",
0 commit comments