Skip to content

Commit

Permalink
build: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Oct 28, 2023
1 parent 240699d commit c6946e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ outdated:
upgrade:
npm upgrade

# Upgrade vscode types package and use it to set the engine version.
upgrade-engine:
npm install @types/vscode@latest
VS_CODE_VERSION=$$(npm view @types/vscode version) && \
sed -i "s/\"vscode\": \"\^.*\"/\"vscode\": \"^$$VS_CODE_VERSION\"/" package.json

fmt:
npm run fmt:fix
Expand Down

0 comments on commit c6946e4

Please sign in to comment.