Skip to content

Commit

Permalink
fix:package in kitchen-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
TechInnovatorAI committed Sep 5, 2024
1 parent 3997ab3 commit 53816cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion examples/guider/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prettier": "@repo/prettier-config",
"scripts": {
"start": "next start",
"build": "next build && next export",
"build": "next build",
"dev": "next",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
Expand Down

0 comments on commit 53816cb

Please sign in to comment.