Skip to content

Commit

Permalink
Last change, I promise
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Apr 26, 2024
1 parent 1072084 commit 5e5052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
hooks:
- id: nextjs-lint
name: nextjs-lint
entry: yarn lint
entry: yarn lint-gh-action florist
files: "florist/app"
language: system

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint florist",
"lint-gh-action": "next lint",
"prettier": "prettier florist/app florist/tests/unit/app --write",
"unit-test": "jest --coverage florist/tests/unit/",
"integration-test": "jest --coverage florist/tests/integration/"
Expand Down

0 comments on commit 5e5052c

Please sign in to comment.