Skip to content

Commit 9dfa2bc

Browse files
committed
added docker build script
1 parent 189c514 commit 9dfa2bc

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
@@ -6,7 +6,8 @@
66
"build": "webpack --mode production",
77
"dev": "webpack --mode development --watch",
88
"test": "jest --verbose --coverage --watchAll",
9-
"lint": "eslint --ext .js --ext .jsx src"
9+
"lint": "eslint --ext .js --ext .jsx src",
10+
"docker-build": "docker build -t reacttt/test-lint"
1011
},
1112
"keywords": [
1213
"react",

0 commit comments

Comments
 (0)