Skip to content

Commit

Permalink
refactor(bezier-vscode): fix to package level command
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Nov 13, 2024
1 parent e83aa1d commit 6c5c0b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 publish-vscode
run: npx vsce && yarn workspace bezier-vscode publish
env:
VSCE_PAT: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"update-snapshot": "yarn workspace @channel.io/bezier-react update-snapshot",
"changeset": "changeset",
"postinstall": "husky install",
"publish-vscode": "yarn workspace bezier-vscode publish --no-dependencies",
"knip": "knip --config knip.json --workspace packages/bezier-react --cache"
},
"devDependencies": {
Expand Down
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"
"publish": "vsce publish --no-dependencies"
},
"dependencies": {
"vscode-languageclient": "^9.0.1",
Expand Down

0 comments on commit 6c5c0b4

Please sign in to comment.