Skip to content

Commit

Permalink
for petes sake
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 28, 2022
1 parent 5d0ed5e commit 9b756ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twenty-papayas-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

And again
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format": "npm run check-format -- --write",
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.",
"prepublishOnly": "npm run build",
"postpublish": "bash ./scripts/update-template-repo.sh"
"postpublish": "echo \"Updating template repo\" && bash ./scripts/update-template-repo.sh"
},
"files": [
"index.js",
Expand Down

0 comments on commit 9b756ee

Please sign in to comment.