Adding circleci config

This commit is contained in:
2022-11-15 18:59:10 -06:00
parent cb26addc27
commit 6d9c28967f
2 changed files with 24 additions and 1 deletions

View File

@ -77,7 +77,8 @@
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "BROWSER=none react-scripts start",
"test": "react-scripts test",
"cypress:open": "cypress open"
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"eslintConfig": {
"extends": [