Skip to content

Commit

Permalink
chore: run publint only once in prepublish script (#9126)
Browse files Browse the repository at this point in the history
* chore: avoid running publint twice in prepublish

* changeset
  • Loading branch information
gtm-nayan authored Feb 20, 2023
1 parent 80511ca commit 8df51ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-cats-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

chore: avoid running publint twice in prepublish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package && publint"
"prepublishOnly": "npm run package"
},
"exports": {
".": {
Expand Down

0 comments on commit 8df51ac

Please sign in to comment.