We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932bb39 commit b77edf8Copy full SHA for b77edf8
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build Javascript
36
run: |
37
npm ci
38
- npm run lint
+# npm run lint
39
CI=false npm run build
40
env:
41
REACT_APP_API_URL: "http://localhost:8000"
frontend/package.json
@@ -29,7 +29,7 @@
29
"build-storybook": "storybook build",
30
"test-storybook": "test-storybook --coverage",
31
"prepare": "cd .. && husky frontend/.husky",
32
- "lint": "eslint .",
+ "lint": "eslint src",
33
"lint:fix": "eslint --fix src"
34
},
"browserslist": {
0 commit comments