From 3c4d76756f8b2cbf3cc29eb2471b9d3c2a68c54b Mon Sep 17 00:00:00 2001 From: Wesley Fuchter Date: Mon, 22 Feb 2021 10:34:22 -0300 Subject: [PATCH] actions tests. (#2) * actions tests. * hooks --- README.md | 2 +- package.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 02aac3f..609f4e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Getting Started with Create React App +# Getting Started with Jobs Portal This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/package.json b/package.json index bd24b5c..4bfad3e 100644 --- a/package.json +++ b/package.json @@ -65,10 +65,5 @@ "lines": 80 } } - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm run test" - } } }