Update Project purpose

This commit is contained in:
Possible
2023-11-16 15:42:36 +01:00
parent dffe45d315
commit 903ffcc06a
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
# This project is a toy project for training and quality assurance purposes
# Web App
Boilerplate Webpack 5, React and Bootstrap 5 project with global Css and Css modules enabled.
+2 -1
View File
@@ -10,7 +10,8 @@
"lint-staged": "lint-staged",
"prepare-husky": "husky install",
"storybook": "start-storybook -p 6006",
"test": "npx cypress open"
"test": "npx cypress open",
"commit": "git add . && git commit -m \"Update Project purpose\" && git push"
},
"husky": {
"hooks": {