Skip to content

Commit

Permalink
fix: correct copy path of shared types
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjack committed Aug 1, 2022
1 parent 6b8dc7c commit f455c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build": "run-s 'clean:*' copy 'build:**'",
"clean:dist": "del dist",
"clean:shim": "del \"shim/*.*\" \"!shim/package.json\"",
"copy": "cpy src/*.d.ts dist",
"copy": "cpy --flat src/*.d.ts dist",
"build:ts": "microbundle --tsconfig=./tsconfig.build.json --format=modern,es",
"build:cjs": "microbundle --tsconfig=./tsconfig.build.json -i src/index.cjs.ts -o dist/vue-types.cjs --no-pkg-main --format=cjs",
"build:umd": "cross-env NODE_ENV=production microbundle --tsconfig=./tsconfig.build.json --format=umd",
Expand Down

0 comments on commit f455c09

Please sign in to comment.