2
0

👷 Change pre-commit format fix to check only

This commit is contained in:
Baptiste Arnaud
2024-01-29 12:08:11 +01:00
parent 1ebfc15178
commit 4b8b80e996
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
"build": "dotenv -e ./.env -e ../../.env -- next build",
"start": "dotenv -e ./.env -e ../../.env -- next start",
"lint": "dotenv -e ./.env -e ../../.env -- next lint",
"format:fix": "prettier --write ./src",
"format:check": "prettier --check ./src",
"test": "dotenv -e ./.env -e ../../.env -- pnpm playwright test",
"test:report": "pnpm playwright show-report"
},