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 dbeba6f commit 3fa97b3Copy full SHA for 3fa97b3
package.json
@@ -109,7 +109,7 @@
109
"dev": "yarn prebuild && next dev",
110
"spellcheck": "cspell \"src/**/*.mdx\" --no-progress",
111
"spellcheck-diff": "git diff --name-only --cached | awk \"/src.*\\.mdx/{print}\" | npx cspell --no-must-find-files --file-list stdin",
112
- "build": "next build",
+ "build": "yarn prebuild && next build && yarn postbuild",
113
"postbuild": "node tasks/postBuildTasks.mjs",
114
"build:release": "yarn build && next-image-export-optimizer --nextConfigPath ./next.config.mjs --exportFolderPath client/www/next-build",
115
"next-build": "next build",
0 commit comments