mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-05-06 13:48:12 +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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user