Update Project purpose
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# This project is a toy project for training and quality assurance purposes
|
||||||
|
|
||||||
# Web App
|
# Web App
|
||||||
|
|
||||||
Boilerplate Webpack 5, React and Bootstrap 5 project with global Css and Css modules enabled.
|
Boilerplate Webpack 5, React and Bootstrap 5 project with global Css and Css modules enabled.
|
||||||
|
|||||||
+2
-1
@@ -10,7 +10,8 @@
|
|||||||
"lint-staged": "lint-staged",
|
"lint-staged": "lint-staged",
|
||||||
"prepare-husky": "husky install",
|
"prepare-husky": "husky install",
|
||||||
"storybook": "start-storybook -p 6006",
|
"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": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
Reference in New Issue
Block a user