Skip to content

Commit 03f9b5c

Browse files
committed
included container-exit command
1 parent 976213e commit 03f9b5c

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
@@ -8,7 +8,7 @@
88
"test": "jest --verbose --coverage --watchAll",
99
"lint": "eslint --ext .js --ext .jsx src",
1010
"docker-build": "docker build -t reacttt/test-lint .",
11-
"docker-check": "docker-compose up"
11+
"docker-check": "docker-compose up --abort-on-container-exit"
1212
},
1313
"keywords": [
1414
"react",

0 commit comments

Comments
 (0)