Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d83ba76

Browse files
committed
ignore es-lint warning
1 parent e522bab commit d83ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"start": "react-scripts start",
31-
"build": "react-scripts build",
31+
"build": "react-scripts build && eslint --ignore-path .gitignore . || true",
3232
"test": "react-scripts test"
3333
},
3434
"resolutions": {

0 commit comments

Comments
 (0)