Skip to content

Commit

Permalink
enable github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 17, 2023
1 parent e954d35 commit 085b2b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"typecheck": "yarn --cwd packages/core run typecheck && yarn --cwd packages/vscode run typecheck && yarn --cwd packages/cli run typecheck",
"package": "cd packages/vscode && yarn package",
"release": "npx release-it --yes"
},
"release-it": {
"github": {
"release": true
}
}
}

0 comments on commit 085b2b7

Please sign in to comment.