Skip to content

Commit

Permalink
node_modules in format command (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Jul 10, 2023
1 parent fb3fcd6 commit f454542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "next build",
"serve": "next start",
"lint": "next lint",
"format": "prettier --write . '!(node_module|.next|contracts)/**/*'",
"format": "prettier --write . '!(node_modules|.next|contracts)/**/*'",
"check-types": "tsc --noEmit --incremental",
"vercel": "vercel",
"vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true"
Expand Down

0 comments on commit f454542

Please sign in to comment.