Skip to content

Commit

Permalink
fix prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jun 29, 2024
1 parent 5c5f18b commit 7f9521f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: pnpm install

- name: Publish
run: pnpm run deploy vsce package
run: pnpm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
},
"icon": "assets/geode-circle-no-gradient.png",
"scripts": {
"vscode:prepublish": "npm run package",
"vscode:prepublish": "pnpm run package",
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
Expand Down

0 comments on commit 7f9521f

Please sign in to comment.