Skip to content

Commit

Permalink
ci: fix release build (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki authored Oct 2, 2024
1 parent b77c3cb commit 18d8729
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 @@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo build --filter=docs^... && changeset publish"
"release": "turbo build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 18d8729

Please sign in to comment.