Skip to content

Commit ff1fca4

Browse files
committed
build: fixed version.mjs script
1 parent 72428a7 commit ff1fca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function main() {
2222

2323
console.error('Updating the npmDepsHash after version change');
2424
childProcess.execFileSync(
25-
path.join(projectPath, 'scripts/npmDepsHash.js'),
25+
path.join(projectPath, 'scripts/npmDepsHash.mjs'),
2626
[],
2727
{
2828
stdio: ['inherit', 'inherit', 'inherit'],

0 commit comments

Comments
 (0)