Skip to content

Commit

Permalink
filter example project from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Deshpande committed Mar 10, 2023
1 parent ca98f37 commit a924722
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=docs^... && changeset publish"
"release": "turbo run build --filter=!@trycourier/standalone-playground && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
Expand Down

0 comments on commit a924722

Please sign in to comment.