Skip to content

Commit

Permalink
Fix vsce package name
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Feb 6, 2024
1 parent 58420c8 commit 63d1b65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"watch": "pnpm build:extension --sourcemap --watch",
"prettier": "prettier . --cache --check",
"vscode:prepublish": "pnpm build",
"pub": "pnpx vsce publish --no-dependencies"
"pub": "pnpm dlx @vscode/vsce publish --no-dependencies"
},
"dependencies": {
"@h5web/app": "10.1.0",
Expand All @@ -78,7 +78,7 @@
"@types/node": "^20.10.5",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/vscode": "~1.47.0",
"@types/vscode": "~1.86.0",
"@types/vscode-webview": "~1.57.2",
"@vitejs/plugin-react": "1.3.2",
"esbuild": "0.14.49",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 63d1b65

Please sign in to comment.