Skip to content

Commit 683ebcb

Browse files
committed
2 parents eeff2d4 + 4c06561 commit 683ebcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "webpack --mode development --watch",
88
"test": "jest --verbose --coverage --watchAll",
99
"lint": "eslint --ext .js --ext .jsx src",
10-
"docker-build": "docker build -t reacttt/test-lint"
10+
"docker-build": "docker build -t reacttt/test-lint .",
11+
"docker-check": "docker-compose up --abort-on-container-exit"
1112
},
1213
"keywords": [
1314
"react",

0 commit comments

Comments
 (0)