Skip to content

Commit

Permalink
chore: removed unnecessary package.json copy script from vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 17, 2024
1 parent a46b6f3 commit 840899b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"scripts": {
"build": "rollup -c",
"prebuild": "rm -rf dist && npm run build --prefix ../html",
"postbuild": "replace-in-files --string='.vue' --replacement='' dist/index.d.ts && npm run copy:dts && npm run copy:pkg",
"postbuild": "replace-in-files --string='.vue' --replacement='' dist/index.d.ts && npm run copy:dts",
"copy:dts": "cp dist/index.d.ts dist/index.umd.d.ts && cp dist/index.d.ts dist/index.ssr.d.ts",
"copy:pkg": "cp package.json ./dist",
"prepublishOnly": "npm run build",
"start": "vue-cli-service serve sampleApp/main.ts",
"build:app": "vue-cli-service build",
Expand Down

0 comments on commit 840899b

Please sign in to comment.