Skip to content

Commit

Permalink
ci: attempt to fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Mar 24, 2024
1 parent 472d66d commit 2a54155
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 @@ -8,7 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=@davstack/store --include-dependencies && changeset publish --filter @davstack/store",
"release": "turbo run build --filter=@davstack/store... && changeset publish --filter @davstack/store",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
Expand Down

0 comments on commit 2a54155

Please sign in to comment.