Skip to content

Commit

Permalink
chore(zmodel): add vscode prerelease command (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Apr 15, 2024
1 parent 5addf06 commit 7960595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"linkDirectory": true
},
"engines": {
"vscode": "^1.56.0"
"vscode": "^1.63.0"
},
"categories": [
"Programming Languages"
Expand Down Expand Up @@ -76,6 +76,7 @@
"main": "./bundle/extension.js",
"scripts": {
"vscode:publish": "vsce publish --no-dependencies",
"vscode:prerelease": "vsce publish --no-dependencies --pre-release",
"vscode:prepublish": "pnpm bundle",
"vscode:package": "pnpm bundle && vsce package --no-dependencies",
"clean": "rimraf dist",
Expand Down

0 comments on commit 7960595

Please sign in to comment.