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",