File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 39
39
- name : Package extension
40
40
run : pnpm vscode:prepublish && pnpm vsce:package
41
41
42
- - name : Publish to Marketplace
42
+ - name : Publish
43
+ run : pnpm vsce:deploy
43
44
env :
44
- VSCE_TOKEN : ${{ secrets.VSCE_TOKEN }}
45
- run : vsce publish
45
+ VSCE_PAT : ${{ secrets.VSCE_TOKEN }}
Original file line number Diff line number Diff line change 87
87
]
88
88
},
89
89
"scripts" : {
90
- "compile" : " npm run check-types && node esbuild.js" ,
90
+ "compile" : " pnpm run check-types && node esbuild.js" ,
91
91
"check-types" : " tsc --noEmit" ,
92
92
"watch" : " npm-run-all -p watch:*" ,
93
93
"watch:esbuild" : " node esbuild.js --watch" ,
94
94
"watch:tsc" : " tsc --noEmit --watch --project tsconfig.json" ,
95
- "vscode:prepublish" : " npm run package" ,
96
- "package" : " npm run check-types && node esbuild.js --production" ,
97
- "vsce:package" : " pnpm vsce package --no-dependencies"
95
+ "vscode:prepublish" : " pnpm run package" ,
96
+ "package" : " pnpm run check-types && node esbuild.js --production" ,
97
+ "vsce:package" : " pnpm vsce package --no-dependencies" ,
98
+ "vsce:deploy" : " vsce publish --no-dependencies"
98
99
},
99
100
"devDependencies" : {
100
101
"@types/node" : " 20.x" ,
You can’t perform that action at this time.
0 commit comments