We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cbd3f commit 218e35fCopy full SHA for 218e35f
package.json
@@ -35,7 +35,8 @@
35
"docs": "typedoc --out ./docs/documentation ./src --tsconfig ./tsconfig.build.json",
36
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37
"prepare": "bob build",
38
- "prepack": "bob build"
+ "prepack": "bob build",
39
+ "prepublish": "bob build"
40
},
41
"keywords": [
42
"react-native",
0 commit comments