mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 21:45:53 -05:00
Setup CI to run linting / typechecking / unit testing with Github Actions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user