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

View File

@ -5,7 +5,8 @@
"prepare": "husky",
"release": "standard-version",
"update-version": "node scripts/update-version.js",
"format": "prettier --write Front-End"
"format": "prettier --write Front-End",
"create-establishment": "node scripts/create-establishment.js"
},
"standard-version": {
"scripts": {
@ -19,4 +20,4 @@
"prettier": "^3.5.3",
"standard-version": "^9.5.0"
}
}
}