Skip to content

Commit 07d4f4a

Browse files
committed
Remove unnecessary await
1 parent 8ac5388 commit 07d4f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function run(argv) {
3131
NODE_ENV: 'production',
3232
BABEL_ENV: bundle,
3333
MUI_BUILD_VERBOSE: verbose,
34-
...(await getVersionEnvVariables()),
34+
...getVersionEnvVariables(),
3535
};
3636

3737
const babelConfigPath = path.resolve(getWorkspaceRoot(), 'babel.config.js');

0 commit comments

Comments
 (0)