Skip to content

Commit

Permalink
Remove unnecessary await
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Aug 8, 2024
1 parent 8ac5388 commit 07d4f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function run(argv) {
NODE_ENV: 'production',
BABEL_ENV: bundle,
MUI_BUILD_VERBOSE: verbose,
...(await getVersionEnvVariables()),
...getVersionEnvVariables(),
};

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

0 comments on commit 07d4f4a

Please sign in to comment.