Setup CI to run linting / typechecking / unit testing with Github Actions

This commit is contained in:
Hammad Jutt
2020-07-26 10:50:06 -06:00
parent 4adabe29b8
commit c7f74aa211
4 changed files with 39 additions and 11 deletions

View File

@@ -6,7 +6,6 @@
"start": "react-scripts start",
"build": "react-scripts build",
"dev": "yarn start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"typecheck": "tsc --noEmit",
"precommit": "yarn lint-staged"