Skip to content

Commit 3fa97b3

Browse files
committed
chore: migrate pre and post scripts
1 parent dbeba6f commit 3fa97b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"dev": "yarn prebuild && next dev",
110110
"spellcheck": "cspell \"src/**/*.mdx\" --no-progress",
111111
"spellcheck-diff": "git diff --name-only --cached | awk \"/src.*\\.mdx/{print}\" | npx cspell --no-must-find-files --file-list stdin",
112-
"build": "next build",
112+
"build": "yarn prebuild && next build && yarn postbuild",
113113
"postbuild": "node tasks/postBuildTasks.mjs",
114114
"build:release": "yarn build && next-image-export-optimizer --nextConfigPath ./next.config.mjs --exportFolderPath client/www/next-build",
115115
"next-build": "next build",

0 commit comments

Comments
 (0)