Skip to content
Snippets Groups Projects
Commit cad0b280 authored by Chif Gergő's avatar Chif Gergő
Browse files

Add validate and test watch scripts

parent d2d0c11c
No related branches found
No related tags found
2 merge requests!7update master to dev,!1Configuration
......@@ -12,7 +12,9 @@
"lint:fix": "eslint src --fix",
"pre-commit": "lint-staged -p false",
"start": "react-scripts start",
"test": "react-scripts test"
"test": "react-scripts test --watchAll=false",
"test:watch": "react-scripts test",
"validate": "run -s format:check lint"
},
"husky": {
"hooks": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment