Skip to content

Commit fb48aa6

Browse files
committed
chore: lint
1 parent 924cfc4 commit fb48aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { readFileSync, writeFileSync } from 'node:fs'
2-
import { release, generateChangelog } from '@vitejs/release-scripts'
2+
import { generateChangelog, release } from '@vitejs/release-scripts'
33
import colors from 'picocolors'
44

55
const nextH2RE = /^## /gm

0 commit comments

Comments
 (0)