Skip to content

Commit

Permalink
remove next-image-export-optimizer command for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jord-Gui committed Oct 16, 2023
1 parent c2761cc commit cbd3365
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "bun run build && bun run start",
"build": "next build && next-image-export-optimizer",
"build": "next build",
"start": "http-server ./out",
"lint": "next lint"
},
Expand Down

0 comments on commit cbd3365

Please sign in to comment.