Skip to content

Commit 72ca637

Browse files
committed
fix build
1 parent ef63c95 commit 72ca637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint-frontend:
1414
make -C frontend lint
1515

1616
build:
17-
npm run build
17+
DISABLE_ESLINT_PLUGIN=true npm run build
1818

1919
test:
2020
npx playwright test

0 commit comments

Comments
 (0)