From a0d656404eec216bd9a60f3d4e34346adf983634 Mon Sep 17 00:00:00 2001 From: ericv105 Date: Sat, 7 Jan 2023 23:01:20 -0500 Subject: [PATCH] scripts for typecheck and cypress component tests --- website/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/package.json b/website/package.json index c1eb87e9..6c6c7baa 100644 --- a/website/package.json +++ b/website/package.json @@ -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",