Skip to content

Commit 17df279

Browse files
💚 - chore: attempt to fix the build
1 parent 932bb39 commit 17df279

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Build Javascript
3636
run: |
3737
npm ci
38-
npm run lint
3938
CI=false npm run build
4039
env:
4140
REACT_APP_API_URL: "http://localhost:8000"

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build-storybook": "storybook build",
3030
"test-storybook": "test-storybook --coverage",
3131
"prepare": "cd .. && husky frontend/.husky",
32-
"lint": "eslint .",
32+
"lint": "eslint src",
3333
"lint:fix": "eslint --fix src"
3434
},
3535
"browserslist": {

0 commit comments

Comments
 (0)