Skip to content

Commit 3934ac1

Browse files
CopilotBoshen
andauthored
Remove stale rules before regeneration in release workflow (#617)
* Initial plan * Add rules directory cleanup before regeneration in CI Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
1 parent 69bec55 commit 3934ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
tool: just
4040

41+
- run: rm -rf src/docs/guide/usage/linter/rules
4142
- run: cd oxc && just website ..
4243
- run: rm -rf oxc
4344

0 commit comments

Comments
 (0)