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 868a5a6 commit f284e4eCopy full SHA for f284e4e
package.json
@@ -8,7 +8,7 @@
8
"ts:check": "tsc --noEmit",
9
"check": "npm run lint:check && npm run ts:check",
10
"prebuild": "npm run clean && npm run check",
11
- "build:watch": "npm run build && nodemon --watch src --ext ts,tsx --exec \"tsc && node ./post-build.mjs\"",
+ "build:watch": "pnpm build && nodemon --watch src --ext ts,tsx --exec \"pnpm build\"",
12
"build": "zshy",
13
"pub": "pnpm build && node ./publish.mjs",
14
"pub:patch": "PUBLISH_VERSION=patch pnpm pub",
0 commit comments