Skip to content

Commit

Permalink
chore: remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Jul 9, 2024
1 parent b41d8f5 commit d558200
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev",
"export:docs": "next build && next export --outdir ../../docs/build/examples/next",
"lint": "eslint --fix \"**/*.{ts,tsx}\"",
"start": "next start",
"postinstall": "graz generate -g"
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
Expand Down

0 comments on commit d558200

Please sign in to comment.