feat: Ajout de la commande npm permettant de creer un etablissement

This commit is contained in:
Luc SORIGNET
2026-04-04 11:57:59 +02:00
parent 2579af9b8b
commit 09b1541dc8
8 changed files with 450 additions and 8 deletions

3
.husky/commit-msg Normal file → Executable file
View File

@ -1 +1,2 @@
npx --no -- commitlint --edit $1
#!/bin/sh
npx --no -- commitlint --edit $1

3
.husky/pre-commit Normal file → Executable file
View File

@ -1 +1,2 @@
cd $(dirname "$0")/../Front-End/ && npm run lint-light
#!/bin/sh
cd $(dirname "$0")/../Front-End/ && npm run lint-light

3
.husky/prepare-commit-msg Normal file → Executable file
View File

@ -1 +1,2 @@
#node scripts/prepare-commit-msg.js "$1" "$2"
#!/bin/sh
#node scripts/prepare-commit-msg.js "$1" "$2"