Skip to content

Commit

Permalink
Provide path to packaged VSIX to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Feb 3, 2023
1 parent d3797ec commit 44d87f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/vscode/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"executor": "nx:run-commands",
"options": {
"cwd": "app/vscode",
"command": "vsce publish"
"command": "pnpm vsce publish -i `ls dist/*.vsix`"
}
},
"publish-ovsx": {
"dependsOn": ["package"],
"executor": "nx:run-commands",
"options": {
"cwd": "app/vscode",
"command": "ovsx publish"
"command": "pnpm ovsx publish -i `ls dist/*.vsix`"
}
}
}
Expand Down

0 comments on commit 44d87f8

Please sign in to comment.