Skip to content

Commit a35d69a

Browse files
committed
fix docker lint test script for travis-ci
1 parent 3e6cb28 commit a35d69a

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
@@ -5,7 +5,7 @@
55
"build": "webpack --mode production",
66
"dev": "webpack --mode development --watch",
77
"test": "jest --verbose --coverage --watchAll",
8-
"lint": "eslint --ext .js --ext .jsx src"
8+
"docker-test-lint": "eslint --ext .js --ext .jsx src"
99
},
1010
"keywords": [
1111
"react",

0 commit comments

Comments
 (0)