scripts for typecheck and cypress component tests

This commit is contained in:
ericv105
2023-01-07 23:01:20 -05:00
parent bf2a5e4a46
commit a0d656404e
+2
View File
@@ -8,10 +8,12 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"cypress": "cypress open",
"cypress:run": "cypress run",
"cypress:component": "cypress run --component",
"cypress:image-baseline": "cypress-image-diff -u",
"jest": "jest --watch",
"fix:lint": "eslint --fix src/ --ext .js,.jsx,.ts,.tsx",