We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d188f commit 06360cbCopy full SHA for 06360cb
package.json
@@ -8,8 +8,7 @@
8
"watch": "bun build ./src/index.ts --outdir ./dist --watch --packages external --sourcemap",
9
"watch-type": "tsc --emitDeclarationOnly --watch",
10
"test": "echo All tests passed.",
11
- "build": "bun build ./src/index.ts --outdir ./dist --packages external --minify",
12
- "biuld-type": "tsc --emitDeclarationOnly",
+ "build": "bun run ./scripts/build.ts",
13
"type:check": "tsc --noEmit",
14
"lint": "eslint --fix .",
15
"lint:check": "eslint .",
0 commit comments