We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622cbdf commit cd380c2Copy full SHA for cd380c2
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint --ext .js --ext .jsx src",
10
"docker-build": "docker build -t reacttt/test-lint .",
11
"docker-check": "docker-compose up --abort-on-container-exit",
12
- "docker-test-lint": "npm run lint && npm test"
+ "docker-test-lint": "eslint --ext .js --ext .jsx src && jest --verbose"
13
},
14
"keywords": [
15
"react",
0 commit comments