Skip to content

Commit f0f6fee

Browse files
committed
modified: package.json
1 parent 8a9ac26 commit f0f6fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"lint": "eslint .",
77
"lint:fix": "eslint . --fix",
8-
"build": "tsc --emitDeclarationOnly && bun build ./index.ts --minify --external vue --outdir ."
8+
"build": "tsc && bun build ./index.ts --minify --external vue --outdir ."
99
},
1010
"dependencies": {
1111
"@vueuse/core": "13.0.0",
@@ -16,7 +16,7 @@
1616
"@eslint/js": "^9.22.0",
1717
"@types/bun": "^1.2.5",
1818
"eslint-config-prettier": "^10.1.1",
19-
"eslint-import-resolver-typescript": "^3.8.6",
19+
"eslint-import-resolver-typescript": "^3.8.7",
2020
"eslint-plugin-import-x": "^4.6.1",
2121
"eslint-plugin-perfectionist": "^4.10.1",
2222
"eslint-plugin-prettier": "^5.2.3",

0 commit comments

Comments
 (0)