Skip to content

Commit

Permalink
Build before release (#616)
Browse files Browse the repository at this point in the history
* build before release

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

build before release
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 publish --filter=\"./packages/*\" & changeset publish",
"release": "turbo run build --filter=\"./packages/*\" & 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 addda88

@vercel
Copy link

@vercel vercel bot commented on addda88 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.