We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1af451 commit 1029e55Copy full SHA for 1029e55
package.json
@@ -133,7 +133,7 @@
133
"spellcheck": "cspell \"src/**/*.mdx\" --no-progress",
134
"spellcheck-diff": "git diff --name-only --cached | awk \"/src.*\\.mdx/{print}\" | npx cspell --no-must-find-files --file-list stdin",
135
"build": "node tasks/generate-sitemap.mjs && next build && next export -o client/www/next-build",
136
- "build:release": "node tasks/generate-sitemap.mjs && next build && next export -o client/www/next-build && next-image-export-optimizer --exportFolderPath client/www/next-build",
+ "build:release": "yarn build && next-image-export-optimizer --exportFolderPath client/www/next-build",
137
"next-build": "next build",
138
"next-start": "next start",
139
"prepare": "husky install"
0 commit comments