-
Notifications
You must be signed in to change notification settings - Fork 737
chore(node): migrate oxlint and oxfmt to Vite+ #8813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
036ae93
a6f5d4d
59c5898
f94697a
63b03fc
43f0f9c
31e2ac1
075b974
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,4 +33,6 @@ | |
| tools: just,cargo-insta,typos-cli,[email protected] | ||
| components: clippy rust-docs rustfmt | ||
|
|
||
| - uses: oxc-project/setup-node@b8d296d30eafd1ae2968fab67aead472a1dbf6d4 # v1.0.7 | ||
| - uses: voidzero-dev/setup-vp@af9f92ccd3e5694c919913c47be133a1847ea58e # v1.0.0 | ||
Check warningCode scanning / zizmor detects commit SHAs that don't match their version comment tags Warning
detects commit SHAs that don't match their version comment tags
|
||
| with: | ||
| cache: true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,7 +54,9 @@ | |
| steps: | ||
| - uses: taiki-e/checkout-action@83ed61bfbe2b8abbb3c66e8b65b1335484c70009 # v1.4.1 | ||
|
|
||
| - uses: oxc-project/setup-node@b8d296d30eafd1ae2968fab67aead472a1dbf6d4 # v1.0.7 | ||
| - uses: voidzero-dev/setup-vp@af9f92ccd3e5694c919913c47be133a1847ea58e # v1.0.0 | ||
Check warningCode scanning / zizmor detects commit SHAs that don't match their version comment tags Warning
detects commit SHAs that don't match their version comment tags
|
||
| with: | ||
| cache: true | ||
|
|
||
| - name: Git Reset Hard | ||
| run: git reset --hard # fix pnpm install add new line for package.json | ||
|
|
@@ -65,10 +67,10 @@ | |
| path: packages/rolldown/artifacts | ||
|
|
||
| - name: Create rolldown/npm dirs | ||
| run: pnpm --filter rolldown exec napi create-npm-dirs | ||
| run: vp exec --filter rolldown napi create-npm-dirs | ||
|
|
||
| - name: Move Binding Artifacts | ||
| run: pnpm --filter rolldown artifacts | ||
| run: vp run --filter rolldown artifacts | ||
|
|
||
| - name: List Rolldown Bindings | ||
| run: ls -R ./packages/rolldown/npm | ||
|
|
@@ -105,12 +107,12 @@ | |
|
|
||
| - name: Publish(Dry Run) | ||
| run: | | ||
| pnpm publish -r --tag latest --dry-run --no-git-checks | ||
| vp publish -r --tag latest --dry-run --no-git-checks | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Vite+ does not expose a top-level Useful? React with 👍 / 👎. |
||
|
|
||
| - name: Publish | ||
| run: | | ||
| npm install -g npm | ||
| pnpm publish -r --tag latest --no-git-checks | ||
| vp publish -r --tag latest --no-git-checks | ||
|
|
||
| release: | ||
| needs: [check, publish] | ||
|
|
||
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning