File tree Expand file tree Collapse file tree 4 files changed +878
-82
lines changed
Expand file tree Collapse file tree 4 files changed +878
-82
lines changed Original file line number Diff line number Diff line change 1+ name : Publish Any Commit
2+ on : [push, pull_request]
3+
4+ jobs :
5+ build :
6+ runs-on : ubuntu-latest
7+
8+ steps :
9+ - name : Checkout code
10+ uses : actions/checkout@v4
11+
12+ - run : corepack enable
13+ - uses : actions/setup-node@v4
14+ with :
15+ node-version : 20
16+ cache : " pnpm"
17+
18+ - name : Install dependencies
19+ run : pnpm install
20+
21+ - name : Build
22+ run : pnpm build
23+
24+ - run : pnpx pkg-pr-new publish './packages/*'
Original file line number Diff line number Diff line change 7070 "@volar/language-server" : " 2.4.0-alpha.18" ,
7171 "@volar/source-map" : " 2.4.0-alpha.18" ,
7272 "@volar/vscode" : " 2.4.0-alpha.18" ,
73+ "@vscode/vsce" : " latest" ,
7374 "esbuild" : " latest" ,
7475 "esbuild-plugin-copy" : " latest" ,
75- "esbuild-visualizer" : " latest" ,
76- "vsce" : " latest"
76+ "esbuild-visualizer" : " latest"
7777 }
7878}
Original file line number Diff line number Diff line change 1717 "@lerna-lite/publish" : " latest" ,
1818 "@tsslint/cli" : " latest" ,
1919 "@tsslint/config" : " latest" ,
20+ "pkg-pr-new" : " latest" ,
2021 "typescript" : " latest" ,
2122 "vite" : " latest" ,
2223 "vitest" : " latest"
You can’t perform that action at this time.
0 commit comments