Skip to content

Commit

Permalink
fix: fixed yarn build command
Browse files Browse the repository at this point in the history
  • Loading branch information
bregydoc committed Jan 19, 2023
1 parent 5cc6e36 commit ee783bf
Showing 1 changed file with 1 addition 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 @@
"generate": "graphql-codegen -c codegen.yml",
"format": "prettier --write '**/*.{ts,tsx,graphql}'",
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit ee783bf

Please sign in to comment.