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 3939 - name : Package extension
4040 run : pnpm vscode:prepublish && pnpm vsce:package
4141
42- - name : Publish to Marketplace
42+ - name : Publish
43+ run : pnpm vsce:deploy
4344 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 8787 ]
8888 },
8989 "scripts" : {
90- "compile" : " npm run check-types && node esbuild.js" ,
90+ "compile" : " pnpm run check-types && node esbuild.js" ,
9191 "check-types" : " tsc --noEmit" ,
9292 "watch" : " npm-run-all -p watch:*" ,
9393 "watch:esbuild" : " node esbuild.js --watch" ,
9494 "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"
9899 },
99100 "devDependencies" : {
100101 "@types/node" : " 20.x" ,
You can’t perform that action at this time.
0 commit comments