Skip to content

Commit

Permalink
fix: pnpm run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alimozdemir committed Nov 8, 2024
1 parent 1ae7a54 commit e8d3b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- run: pnpm package

- name: Publish
run: pnpm deploy
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 @@ -65,7 +65,7 @@
"check-types": "tsc --noEmit",
"lint": "eslint src",
"test": "vscode-test",
"deploy": "vsce publish --pnpm"
"deploy": "vsce publish --no-dependencies"
},
"devDependencies": {
"@types/mocha": "^10.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/nuxt/nuxt.project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class NuxtProject {
ext = {
vue: '.vue',
ts: '.ts'
}
};

private nuxtConfig?: NuxtConfigParser;

Expand Down

0 comments on commit e8d3b4c

Please sign in to comment.