Skip to content

Commit a9355f1

Browse files
committed
revert "fix"
1 parent 28e8a60 commit a9355f1

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
@@ -4,7 +4,7 @@
44
"description": "Declarative API exposing native platform touch and gesture system to React Native",
55
"scripts": {
66
"test": "jest",
7-
"build": "yarn tsc -p tsconfig.build.json && npx bob build",
7+
"build": "yarn tsc -p tsconfig.build.json && bob build",
88
"ts-check": "yarn tsc --noEmit",
99
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
1010
"format:js": "yarn format-js",

0 commit comments

Comments
 (0)