Skip to content

Commit

Permalink
use npm for packaging because of microsoft/vscode-vsce#432
Browse files Browse the repository at this point in the history
  • Loading branch information
lirc572 committed Jan 11, 2021
1 parent a5b9c90 commit 8afa8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo npm install vsce -g
- name: Package extension
run: |
vsce package
vsce package --no-yarn
ls
VSIXFN=$(ls *.vsix)
echo "vsixfn=${VSIXFN}" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
node_modules
.vscode-test/
*.vsix
td-ss.png
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "td",
"displayName": "TD",
"description": "declare daily temperature in VSCode",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "lirc572",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 8afa8b7

Please sign in to comment.