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 8bef949 commit 2fe20a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Run npm ci and fail if it does not complete successfully
npm ci || exit 1
npm run format && npm ci || exit 1
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 format && npm run check-exports && npm run lint && npm run test",
"ci": "npm run build && npm run check-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 2fe20a1

Please sign in to comment.