Skip to content

Commit 8a12090

Browse files
committed
Updated next.config.mjs
1 parent b703817 commit 8a12090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const nextConfig = {
5757
config.plugins.push(
5858
new WebpackShellPluginNext({
5959
onBuildStart: {
60-
scripts: ['node ./scripts/preBuild.cjs'],
60+
scripts: ['node ./scripts/prebuild.cjs'],
6161
blocking: true,
6262
parallel: false,
6363
},

0 commit comments

Comments
 (0)