Skip to content

Commit b661715

Browse files
committed
esLint 경고 무시
1 parent dd794d4 commit b661715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
with:
3737
node-version: 22
3838
- run: npm install
39-
- run: npm run build
39+
- run: CI=false npm run build
4040
- run: npm test

0 commit comments

Comments
 (0)