"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix && prettier . --write --ignore-path .gitignore",
"storybook": "STORYBOOK_ENV=true storybook dev -p 6006",
"build-storybook": "storybook build",
"codegen": "graphql-codegen",
"chromatic": "npx chromatic"