Skip to content

Commit df5554e

Browse files
committed
fix: 打包到dist
1 parent d07cf31 commit df5554e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"access": "public"
4848
},
4949
"scripts": {
50-
"build": "tsup src/index.ts --format esm,cjs --out-dir=lib --dts --clean",
51-
"dev": "tsup src/index.ts --format esm --out-dir=lib --watch --dts",
50+
"build": "tsup src/index.ts --format esm,cjs --out-dir=dist --dts --clean",
51+
"dev": "tsup src/index.ts --format esm --out-dir=dist --watch --dts",
5252
"typecheck": "tsc --noEmit",
5353
"lint": "eslint --fix .",
5454
"format": "prettier --write .",
@@ -95,4 +95,4 @@
9595
"injection-js": "*",
9696
"vue": "3"
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)