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 a5ec1e2 commit 47baec5Copy full SHA for 47baec5
package.json
@@ -32,9 +32,9 @@
32
"scripts": {
33
"format": "prettier '**/*' -u -w",
34
"lint": "eslint \"./**/*.{js,ts,tsx}\"",
35
- "prepack": "yarn setup-hooks && bob build",
36
- "setup-hooks": "git config --local core.hooksPath .hooks",
37
- "tscheck": "tsc --project ./ --noEmit"
+ "postinstall": "git config --local core.hooksPath .hooks",
+ "prepack": "bob build",
+ "typecheck": "tsc --project ./ --noEmit"
38
},
39
"react-native-builder-bob": {
40
"source": "src",
0 commit comments