Skip to content

Commit

Permalink
fix(copy): typo in prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed May 19, 2024
1 parent 395afb4 commit c7813d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rude-dolls-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@svelte-put/copy": patch
---

fix typo in publishOnly script - should generate and ship types folder
2 changes: 1 addition & 1 deletion packages/copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint . --ignore-path=\"../../.eslintignore\"",
"format": "prettier --ignore-path ../../.prettierignore --write .",
"dts": "dts-buddy --write && publint",
"prepublishOnly": "turbo run dts --filter=@svelte-but/copy"
"prepublishOnly": "turbo run dts --filter=@svelte-put/copy"
},
"keywords": [
"svelte",
Expand Down

0 comments on commit c7813d7

Please sign in to comment.