Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Apr 22, 2024
1 parent 91e9ff8 commit bda0142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"lint:fix": "eslint . --fix",
"publish": "vsce publish --no-dependencies",
"typecheck": "tsc --noEmit",
"release": "bumpp && pnpm run publish"
"release": "pnpm run build && bumpp && pnpm run publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
Expand Down

0 comments on commit bda0142

Please sign in to comment.