Skip to content

Commit

Permalink
Merge pull request #93 from igor-starostenko/bugfix/v2.3.2
Browse files Browse the repository at this point in the history
Bugfix/v2.3.2
  • Loading branch information
igor-starostenko authored Jan 9, 2023
2 parents e4395d8 + 889b786 commit ddc68ff
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 @@ -11,7 +11,7 @@
"build:analyze": "npm run build && npm run analyze",
"build:dir": "mkdirp ./public/icons/ && mkdirp ./public/images/",
"build:favicons": "node scripts/favicons",
"build:images": "npm run contentful:assets && next-image-export-optimizer --exportFolderPath=out",
"build:images": "npm run contentful:assets && next-image-export-optimizer --exportFolderPath=out --nextConfigPath=next.config.js",
"build:sitemap": "next-sitemap",
"build": "npm run build:dir && npm run build:favicons && next build && npm run build:sitemap && next export && npm run build:images",
"contentful:assets": "node scripts/contentful_assets.js",
Expand Down

0 comments on commit ddc68ff

Please sign in to comment.