Skip to content

Commit aabd9e1

Browse files
authored
chore: lint command on Windows (#391)
1 parent 3211df7 commit aabd9e1

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
@@ -48,7 +48,7 @@
4848
"build:e2e:macos": "scripts/run_macos_e2e.sh 'build'",
4949
"test": "yarn test:lint && yarn test:flow",
5050
"test:flow": "flow check",
51-
"test:lint": "eslint 'src/**/*.js' 'example/**/*.js' 'jest/*.js'",
51+
"test:lint": "eslint src/**/*.js example/**/*.js jest/*.js",
5252
"test:e2e:ios": "detox test -c ios",
5353
"test:e2e:android": "detox test -c android",
5454
"test:e2e:macos": "scripts/run_macos_e2e.sh 'test'"

0 commit comments

Comments
 (0)