Skip to content

Commit c17b993

Browse files
committed
remove debug
1 parent a29272d commit c17b993

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
- name: Install Playwright browsers
3333
run: pnpm exec playwright install chromium
3434

35-
36-
- name: Check Linux rolldown
37-
if: matrix.os == 'ubuntu-latest'
38-
run: |
39-
node -e "console.log(require('./node_modules/@voidzero-dev/vite-plus/dist/rolldown/shared/rolldown-binding.linux-x64-gnu.node'))"
4035
- name: Check ready
4136
run: |
4237
pnpm ready
@@ -84,11 +79,6 @@ jobs:
8479
env:
8580
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8681

87-
- name: Check rolldown bindings
88-
if: matrix.os == 'ubuntu-latest'
89-
run: |
90-
node -e "console.log(require('/opt/hostedtoolcache/node/24.11.1/x64/lib/node_modules/@voidzero-dev/global/node_modules/@voidzero-dev/vite-plus/dist/rolldown/shared/rolldown-binding.linux-x64-gnu.node'))"
91-
9282
- run: vite --version
9383
- run: vite fmt -c .oxfmtrc.jsonc --check
9484

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ minimumReleaseAgeExclude:
1616
- '@oxfmt/*'
1717
- '@oxlint-tsgolint/*'
1818
- '@oxlint/*'
19+
- '@oxc-minify/*'
20+
- '@oxc-parser/*'
21+
- '@oxc-resolver/*'
22+
- '@oxc-transform/*'
1923
- '@oxc-project/*'
2024
- '@rolldown/*'
2125
- '@rolldown/pluginutils'

0 commit comments

Comments
 (0)