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 4734e25 + 03f9b5c commit 4c06561Copy full SHA for 4c06561
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