Skip to content

Commit

Permalink
vscode extension: Add make command to package the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhesselink committed Jun 13, 2024
1 parent 59fc173 commit 255abfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ build:

upload:
$(BIN)/twine upload --skip-existing dist/*

build-vscode-extension:
npm --prefix ./vscode/ run compile
npm --prefix ./vscode/ run vsce-package
6 changes: 3 additions & 3 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lint": "eslint ./client/src --ext .ts,.tsx",
"fix": "eslint ./client/src --ext .ts,.tsx --fix",
"postinstall": "cd client && npm install && cd ..",
"vsce-package": "vsce package -o djlsp.vsix"
"vsce-package": "vsce package --skip-license -o djlsp.vsix"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit 255abfb

Please sign in to comment.