Skip to content

Commit cd380c2

Browse files
committed
just lint
1 parent 622cbdf commit cd380c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext .js --ext .jsx src",
1010
"docker-build": "docker build -t reacttt/test-lint .",
1111
"docker-check": "docker-compose up --abort-on-container-exit",
12-
"docker-test-lint": "npm run lint && npm test"
12+
"docker-test-lint": "eslint --ext .js --ext .jsx src && jest --verbose"
1313
},
1414
"keywords": [
1515
"react",

0 commit comments

Comments
 (0)