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.
2 parents eeff2d4 + 4c06561 commit 683ebcbCopy full SHA for 683ebcb
package.json
@@ -7,7 +7,8 @@
7
"dev": "webpack --mode development --watch",
8
"test": "jest --verbose --coverage --watchAll",
9
"lint": "eslint --ext .js --ext .jsx src",
10
- "docker-build": "docker build -t reacttt/test-lint"
+ "docker-build": "docker build -t reacttt/test-lint .",
11
+ "docker-check": "docker-compose up --abort-on-container-exit"
12
},
13
"keywords": [
14
"react",
0 commit comments