Skip to content

Commit

Permalink
build: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Mar 17, 2024
1 parent c116e80 commit 52dbfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-cloudinary/package.json
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"dev": "node scripts/gen-metadata.js && svelte-package --watch --input src",
"build": "node scripts/gen-metadata.js && svelte-package --input src",
"prepublishOnly": "cp ../../README.md . && pnpm run package",
"prepublishOnly": "cp ../../README.md .",
"postpublish": "rm ./README.md",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down

0 comments on commit 52dbfc1

Please sign in to comment.