Skip to content

Commit

Permalink
chore: fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 27, 2024
1 parent 5a344bd commit c5b5c8b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"execa": "^9.5.1",
Expand Down
40 changes: 29 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path'
import colors from 'picocolors'
import semver from 'semver'
import { prompt } from 'enquirer'
import execa from 'execa'
import { execa } from 'execa'

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

0 comments on commit c5b5c8b

Please sign in to comment.