Skip to content

Commit e80e5f0

Browse files
authored
for petes sake (#3600)
1 parent 5d0ed5e commit e80e5f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/twenty-papayas-compare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
And again

packages/create-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"format": "npm run check-format -- --write",
3535
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.",
3636
"prepublishOnly": "npm run build",
37-
"postpublish": "bash ./scripts/update-template-repo.sh"
37+
"postpublish": "echo \"Updating template repo\" && bash ./scripts/update-template-repo.sh"
3838
},
3939
"files": [
4040
"index.js",

0 commit comments

Comments
 (0)