Skip to content

Commit 09d10eb

Browse files
committed
chore: fix import order problem
1 parent 013d19c commit 09d10eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/process-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* eslint-disable no-console */
22
import fsp from 'fs/promises';
3+
import path from 'path';
34

45
import dotenv from 'dotenv';
56
import execa from 'execa';
@@ -28,7 +29,6 @@ import {
2829
} from './common';
2930
import TEXT from './text';
3031
import type { VersionsToRelease } from './types';
31-
import path from 'path';
3232

3333
dotenv.config({ path: ROOT_ENV_PATH });
3434

0 commit comments

Comments
 (0)