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 aa9b55f commit b556e5eCopy full SHA for b556e5e
package.json
@@ -22,7 +22,8 @@
22
"start": "node --env-file=.env ./dist/index.js",
23
"type-check": "tsc --noEmit",
24
"build": "run-p type-check \"build-only {@}\" --",
25
- "build-only": "tsdown"
+ "build-only": "tsdown",
26
+ "build:watch": "tsdown --watch"
27
},
28
"simple-git-hooks": {
29
"pre-commit": "npx lint-staged"
0 commit comments