Skip to content

Commit bc44c5c

Browse files
committed
Move bob build into build script
1 parent d7279a6 commit bc44c5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "2.25.0",
44
"description": "Declarative API exposing native platform touch and gesture system to React Native",
55
"scripts": {
6-
"postinstall": "bob build",
76
"test": "jest",
8-
"build": "yarn tsc -p tsconfig.build.json",
7+
"build": "yarn tsc -p tsconfig.build.json && bob build",
98
"ts-check": "yarn tsc --noEmit",
109
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
1110
"format:js": "yarn format-js",

0 commit comments

Comments
 (0)