From 903ffcc06af020ab9f2c35ed3598e30fa5da9037 Mon Sep 17 00:00:00 2001 From: Possible Date: Thu, 16 Nov 2023 15:42:36 +0100 Subject: [PATCH] Update Project purpose --- README.md | 2 ++ package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cbcd31..571e5ba 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 5a32e26..09846e7 100644 --- a/package.json +++ b/package.json @@ -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": {