Skip to content

Commit

Permalink
Add "check" to README to match CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 18, 2024
1 parent f723a61 commit 2fa8695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ set -e
npm run format_check
npm run lint
npm run build
npm run check
```

Finally: if you find build, formatting or linting rules too tedious, you can disable enforcement by deleting the CI files (`.github/workflows/*`) and remove the git hook (`.git/hooks/pre-commit`).
Expand Down

0 comments on commit 2fa8695

Please sign in to comment.