mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-05 20:51:26 +00:00
feat: Ajout de la commande npm permettant de creer un etablissement
This commit is contained in:
3
.husky/commit-msg
Normal file → Executable file
3
.husky/commit-msg
Normal file → Executable file
@ -1 +1,2 @@
|
||||
npx --no -- commitlint --edit $1
|
||||
#!/bin/sh
|
||||
npx --no -- commitlint --edit $1
|
||||
|
||||
3
.husky/pre-commit
Normal file → Executable file
3
.husky/pre-commit
Normal file → Executable 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
3
.husky/prepare-commit-msg
Normal file → Executable file
@ -1 +1,2 @@
|
||||
#node scripts/prepare-commit-msg.js "$1" "$2"
|
||||
#!/bin/sh
|
||||
#node scripts/prepare-commit-msg.js "$1" "$2"
|
||||
|
||||
Reference in New Issue
Block a user