Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 13, 2023
1 parent 787365b commit ca5c546
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 @@ -40,7 +40,7 @@
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint --fix --format pretty ./packages/* && bun run lint:case",
"lint:turbo": "turbo run lint",
"release": "changeset version && changeset publish",
"release:canary": "changeset version --snapshot canary && changeset publish",
"release:canary": "changeset version --snapshot canary && changeset publish --no-git-tag --snapshot canary",
"start": "turbo run start --filter=./packages/*",
"test": "vitest run --config ./configs/vitest.config.ts --coverage",
"test:bun": "bun test --preload ./configs/setup.ts",
Expand Down

1 comment on commit ca5c546

@vercel
Copy link

@vercel vercel bot commented on ca5c546 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kubb – ./

kubb-git-main-kubb.vercel.app
kubb-kubb.vercel.app
www.kubb.dev
kubb.dev

Please sign in to comment.