Skip to content

Commit

Permalink
chore: vue package build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 18, 2024
1 parent c691d38 commit 8c90f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "rollup -c",
"prebuild": "rm -rf dist && --filter @cloudinary/html build",
"prebuild": "rm -rf dist",
"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",
"prepublishOnly": "pnpm run build",
Expand Down

0 comments on commit 8c90f40

Please sign in to comment.