Skip to content

Commit b107fd2

Browse files
add ci=false to have warnings not count as errors
1 parent 26da4f9 commit b107fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: npm run prefrontend && npm run prebackend
3131

3232
- name: Build frontend
33-
run: cd frontend && npm run build
33+
run: cd frontend && CI=false npm run build
3434

3535
- name: Build backend
36-
run: cd ../backend && npm run build
36+
run: cd ../backend && CI=false npm run build
3737

3838
- name: ESLint
3939
run: npm run eslint

0 commit comments

Comments
 (0)