1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

build: ignore ESLint and TypeScript errors for Production build

It improves performance when extra checking is not necessary.
This commit is contained in:
2023-09-14 11:49:52 +02:00
parent 35211fa279
commit fdab2a7ea8
5 changed files with 19 additions and 1 deletions

View File

@@ -27,6 +27,9 @@ jobs:
- name: 'lint:editorconfig'
run: 'npm run lint:editorconfig'
- name: 'lint:typescript'
run: 'npm run lint:typescript'
- name: 'lint:markdown'
run: 'npm run lint:markdown'