We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904122a commit e1b02feCopy full SHA for e1b02fe
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"packages/*"
11
],
12
"scripts": {
13
- "build": "tsdown && node docs/scripts/post-build.js && npm install -g . --force",
+ "build": "npx tsdown && node docs/scripts/post-build.js && npm install -g . --force",
14
"dev": "tsc -w",
15
"clean": "rm -rf dist packages/*/dist",
16
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --cache",
0 commit comments