We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e8a60 commit a9355f1Copy full SHA for a9355f1
1 file changed
packages/react-native-gesture-handler/package.json
@@ -4,7 +4,7 @@
4
"description": "Declarative API exposing native platform touch and gesture system to React Native",
5
"scripts": {
6
"test": "jest",
7
- "build": "yarn tsc -p tsconfig.build.json && npx bob build",
+ "build": "yarn tsc -p tsconfig.build.json && bob build",
8
"ts-check": "yarn tsc --noEmit",
9
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
10
"format:js": "yarn format-js",
0 commit comments