Skip to content

Commit 06360cb

Browse files
committed
chore: 通过脚本构建
1 parent f3d188f commit 06360cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"watch": "bun build ./src/index.ts --outdir ./dist --watch --packages external --sourcemap",
99
"watch-type": "tsc --emitDeclarationOnly --watch",
1010
"test": "echo All tests passed.",
11-
"build": "bun build ./src/index.ts --outdir ./dist --packages external --minify",
12-
"biuld-type": "tsc --emitDeclarationOnly",
11+
"build": "bun run ./scripts/build.ts",
1312
"type:check": "tsc --noEmit",
1413
"lint": "eslint --fix .",
1514
"lint:check": "eslint .",

0 commit comments

Comments
 (0)