Skip to content

Commit 840899b

Browse files
chore: removed unnecessary package.json copy script from vue
1 parent a46b6f3 commit 840899b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vue/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"scripts": {
1616
"build": "rollup -c",
1717
"prebuild": "rm -rf dist && npm run build --prefix ../html",
18-
"postbuild": "replace-in-files --string='.vue' --replacement='' dist/index.d.ts && npm run copy:dts && npm run copy:pkg",
18+
"postbuild": "replace-in-files --string='.vue' --replacement='' dist/index.d.ts && npm run copy:dts",
1919
"copy:dts": "cp dist/index.d.ts dist/index.umd.d.ts && cp dist/index.d.ts dist/index.ssr.d.ts",
20-
"copy:pkg": "cp package.json ./dist",
2120
"prepublishOnly": "npm run build",
2221
"start": "vue-cli-service serve sampleApp/main.ts",
2322
"build:app": "vue-cli-service build",

0 commit comments

Comments
 (0)