We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634adf3 commit 204fb2aCopy full SHA for 204fb2a
package.json
@@ -23,6 +23,7 @@
23
],
24
"scripts": {
25
"lint": "eslint . --ext js,ts --ignore-path .gitignore",
26
+ "dev": "tsdown --watch",
27
"build": "tsdown",
28
"prepare": "is-ci || husky install"
29
},
0 commit comments