Skip to content

Commit

Permalink
Missing & in publish script (#618)
Browse files Browse the repository at this point in the history
* missing & in publish script

* changeset
  • Loading branch information
AlecAivazis authored Oct 21, 2022
1 parent 18480ad commit b34948d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-garlics-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'houdini': patch
---

fix release script
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format:write": "npm run format -- -w",
"format:check": "npm run format -- --check",
"version": "changeset version",
"release": "turbo run build --filter=\"./packages/*\" & changeset publish",
"release": "pnpm run build && changeset publish",
"postinstall": "node -e \"try { require('husky').install(); console.log('ran prepack') } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
Expand Down

1 comment on commit b34948d

@vercel
Copy link

@vercel vercel bot commented on b34948d Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.