Skip to content

Commit

Permalink
🤖bring publish script back in
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Jun 11, 2024
1 parent 175ccd0 commit 9aa11fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"changeset": "changeset",
"dev": "turbo run dev --parallel",
"version": "changeset version && npm install",
"publish-after-0.9.0": "npm run clean && npm run build -- --force && changeset publish && git push --follow-tags"
"publish": "npm run clean && npm run build -- --force && changeset publish && git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9aa11fc

Please sign in to comment.