Skip to content

Commit 42341fe

Browse files
committed
Fix android formatter path
1 parent f1fcc1a commit 42341fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ts-check": "yarn tsc --noEmit",
1111
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
1212
"format:js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
13-
"format:android": "node ./scripts/format-android.js",
13+
"format:android": "node ../../scripts/format-android.js",
1414
"format:apple": "find apple/ -iname *.h -o -iname *.m -o -iname *.cpp -o -iname *.mm | xargs clang-format -i",
1515
"lint-js": "eslint --ext '.js,.ts,.tsx' src/ && yarn prettier --check './src/**/*.{js,jsx,ts,tsx}'",
1616
"lint:js": "eslint --ext '.js,.ts,.tsx' src/ && yarn prettier --check './src/**/*.{js,jsx,ts,tsx}'",

0 commit comments

Comments
 (0)