Skip to content

Commit e6eddd4

Browse files
committed
ci: correct snapshots script import extension
1 parent 85c6e39 commit e6eddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/snapshots.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { execSync, spawnSync } from 'node:child_process';
1010
import * as fs from 'node:fs';
1111
import * as os from 'node:os';
1212
import * as path from 'node:path';
13-
import build from './build.mjs';
13+
import build from './build.mts';
1414
import jsonHelp, { createTemporaryProject } from './json-help.mts';
1515
import { type PackageInfo, packages } from './packages.mts';
1616

0 commit comments

Comments
 (0)