We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef63c95 commit 72ca637Copy full SHA for 72ca637
1 file changed
Makefile
@@ -14,7 +14,7 @@ lint-frontend:
14
make -C frontend lint
15
16
build:
17
- npm run build
+ DISABLE_ESLINT_PLUGIN=true npm run build
18
19
test:
20
npx playwright test
0 commit comments