Skip to content

Commit f455c09

Browse files
committed
fix: correct copy path of shared types
1 parent 6b8dc7c commit f455c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"build": "run-s 'clean:*' copy 'build:**'",
4444
"clean:dist": "del dist",
4545
"clean:shim": "del \"shim/*.*\" \"!shim/package.json\"",
46-
"copy": "cpy src/*.d.ts dist",
46+
"copy": "cpy --flat src/*.d.ts dist",
4747
"build:ts": "microbundle --tsconfig=./tsconfig.build.json --format=modern,es",
4848
"build:cjs": "microbundle --tsconfig=./tsconfig.build.json -i src/index.cjs.ts -o dist/vue-types.cjs --no-pkg-main --format=cjs",
4949
"build:umd": "cross-env NODE_ENV=production microbundle --tsconfig=./tsconfig.build.json --format=umd",

0 commit comments

Comments
 (0)