Skip to content

Commit

Permalink
chore: remove since setting in changeset status command
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Luzzi committed Jul 25, 2023
1 parent 2dad388 commit 8cef35e
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 @@
],
"scripts": {
"changeset:publish": "yarn run build && changeset publish",
"changeset:check": "changeset status --since=main",
"changeset:check": "changeset status",
"build": "turbo run build",
"build:frontend-production": "turbo run build:production --filter @carrot-kpi/host-frontend",
"build:frontend-staging": "turbo run build:staging --filter @carrot-kpi/host-frontend",
Expand Down

0 comments on commit 8cef35e

Please sign in to comment.