Skip to content

Commit 3512dfd

Browse files
fix: exclude modernjs package from publishing compatibility check
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3898c67 commit 3512dfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
[ "$pkg" != "packages/chrome-devtools" ] && \
7070
[ "$pkg" != "packages/core" ] && \
7171
[ "$pkg" != "packages/esbuild" ] && \
72+
[ "$pkg" != "packages/modernjs" ] && \
7273
[ "$pkg" != "packages/utilities" ]; then
7374
echo "Checking $pkg..."
7475
npx publint "$pkg"

0 commit comments

Comments
 (0)