Skip to content

Commit 8c90f40

Browse files
chore: vue package build fixes
1 parent c691d38 commit 8c90f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"build": "rollup -c",
17-
"prebuild": "rm -rf dist && --filter @cloudinary/html build",
17+
"prebuild": "rm -rf dist",
1818
"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",
2020
"prepublishOnly": "pnpm run build",

0 commit comments

Comments
 (0)