Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating chageset action #2

Merged
merged 4 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fixed format
  • Loading branch information
valentinesamuel committed Oct 30, 2024
commit 8bef949fb32cde2c46c697290db1059a325b6e41
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"check-format": "prettier --check .",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"lint": "tsc",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run test",
"ci": "npm run build && npm run check-format && npm run format && npm run check-exports && npm run lint && npm run test",
"test": "vitest run",
"dev": "vitest",
"local-release": "changeset version && changeset publish",