1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +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

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'