Skip to content

Commit

Permalink
feat(vuepress): upgrade to vuepress 2, realease trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 23, 2024
1 parent 055dd47 commit 9246d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {run} from '@oclif/command'
export { run } from '@oclif/command'

0 comments on commit 9246d00

Please sign in to comment.