File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4646 - name : Package Extension
4747 run : |
4848 current_package_version=$(node -p "require('./src/package.json').version")
49- pnpm build
49+ pnpm vsix:production
5050
5151 # Save VSIX contents to a temporary file to avoid broken pipe issues.
5252 unzip -l bin/kilo-code-${current_package_version}.vsix > /tmp/kilo-code-vsix-contents.txt
Original file line number Diff line number Diff line change 1616 "build" : " pnpm vsix" ,
1717 "bundle" : " turbo bundle --log-order grouped --output-logs new-only" ,
1818 "bundle:nightly" : " turbo bundle:nightly --log-order grouped --output-logs new-only" ,
19+ "vsix:production" : " turbo vsix --log-order grouped --output-logs new-only --force" ,
1920 "vsix" : " turbo vsix --log-order grouped --output-logs new-only" ,
2021 "vsix:nightly" : " turbo vsix:nightly --log-order grouped --output-logs new-only" ,
2122 "clean" : " turbo clean --log-order grouped --output-logs new-only && rimraf dist out bin .vite-port .turbo" ,
You can’t perform that action at this time.
0 commit comments