Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 1, 2023
1 parent 380a9ca commit 9fc4dd6
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 @@ -7,7 +7,7 @@
"dev": "turbo dev --no-cache --continue",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo lint",
"release": "turbo build --filter=docs^... && changeset publish",
"release": "turbo build && changeset publish",
"test": "turbo test",
"version-packages": "changeset version"
},
Expand Down

0 comments on commit 9fc4dd6

Please sign in to comment.