We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b703817 commit 8a12090Copy full SHA for 8a12090
1 file changed
next.config.mjs
@@ -57,7 +57,7 @@ const nextConfig = {
57
config.plugins.push(
58
new WebpackShellPluginNext({
59
onBuildStart: {
60
- scripts: ['node ./scripts/preBuild.cjs'],
+ scripts: ['node ./scripts/prebuild.cjs'],
61
blocking: true,
62
parallel: false,
63
},
0 commit comments