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:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user