1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-05-06 13:48:12 +02:00

Revert "build: ignore ESLint and TypeScript errors for Production build"

This reverts commit fdab2a7ea8.
This commit is contained in:
2023-09-14 12:19:26 +02:00
parent d29064745c
commit f04d8a0c11
5 changed files with 1 additions and 19 deletions
-3
View File
@@ -27,9 +27,6 @@ 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'