Skip to content

Commit

Permalink
chore(scripts): add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Feb 3, 2024
1 parent e4c0758 commit 9bf9217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
]
},
"scripts": {
"vscode:prepublish": "pnpm run build",
"vscode:prepublish": "pnpm build",
"generate:release": "npx changelogen@latest --release",
"build": "tsup",
"dev": "pnpm build -- --watch",
"deploy": "vsce publish --no-dependencies",
"release": "pnpm vscode:prepublish && bumpp --commit --push && pnpm deploy",
"lint": "eslint src --ext ts"
},
"devDependencies": {
Expand Down

0 comments on commit 9bf9217

Please sign in to comment.