Skip to content

Commit 3715843

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)