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 d7279a6 commit bc44c5cCopy full SHA for bc44c5c
1 file changed
packages/react-native-gesture-handler/package.json
@@ -3,9 +3,8 @@
3
"version": "2.25.0",
4
"description": "Declarative API exposing native platform touch and gesture system to React Native",
5
"scripts": {
6
- "postinstall": "bob build",
7
"test": "jest",
8
- "build": "yarn tsc -p tsconfig.build.json",
+ "build": "yarn tsc -p tsconfig.build.json && bob build",
9
"ts-check": "yarn tsc --noEmit",
10
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
11
"format:js": "yarn format-js",
0 commit comments