Skip to content

Commit

Permalink
feat(bezier-vscode): use yarn dlx command
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Nov 14, 2024
1 parent 6c5c0b4 commit 169c4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:

- name: Release VSCode extension
continue-on-error: true
run: npx vsce && yarn workspace bezier-vscode publish
run: yarn workspace bezier-vscode publish
env:
VSCE_PAT: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion packages/bezier-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"vscode:prepublish": "yarn build",
"publish": "vsce publish --no-dependencies"
"publish": "yarn dlx vsce publish --no-dependencies"
},
"dependencies": {
"vscode-languageclient": "^9.0.1",
Expand Down

0 comments on commit 169c4e9

Please sign in to comment.