We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41d8f5 commit d558200Copy full SHA for d558200
example/next/package.json
@@ -6,8 +6,7 @@
6
"dev": "next dev",
7
"export:docs": "next build && next export --outdir ../../docs/build/examples/next",
8
"lint": "eslint --fix \"**/*.{ts,tsx}\"",
9
- "start": "next start",
10
- "postinstall": "graz generate -g"
+ "start": "next start"
11
},
12
"dependencies": {
13
"@chakra-ui/react": "^2.8.1",
0 commit comments