Skip to content

Commit

Permalink
fix: fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinesamuel committed Oct 30, 2024
1 parent b78ef49 commit 8bef949
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 @@ -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",
Expand Down

0 comments on commit 8bef949

Please sign in to comment.