Skip to content

Commit

Permalink
no-lint for preview or vercel next build
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 14, 2024
1 parent 00a3b64 commit 524210c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "NODE_OPTIONS='--inspect' DEV=true next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"preview": "next build && next start",
"preview": "next build --no-lint && next start",
"start": "next start",
"lint": "next lint && tsc",
"storybook": "storybook dev -p 6006",
Expand Down
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"buildCommand": "yarn build --no-lint",
"installCommand": "yarn workspaces focus --production"
}

0 comments on commit 524210c

Please sign in to comment.