Skip to content

Commit c5b5c8b

Browse files
committed
chore: fix build issues
1 parent 5a344bd commit c5b5c8b

File tree

3 files changed

+31
-12
lines changed

3 files changed

+31
-12
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
3939
},
4040
"devDependencies": {
41+
"@types/node": "^22.10.0",
4142
"conventional-changelog-cli": "^5.0.0",
4243
"enquirer": "^2.4.1",
4344
"execa": "^9.5.1",

pnpm-lock.yaml

Lines changed: 29 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path'
44
import colors from 'picocolors'
55
import semver from 'semver'
66
import { prompt } from 'enquirer'
7-
import execa from 'execa'
7+
import { execa } from 'execa'
88

99
const packageJson = JSON.parse(fs.readFileSync('./package.json', 'utf-8'))
1010
const currentVersion: string = packageJson.version

0 commit comments

Comments
 (0)