Skip to content

Commit 218e35f

Browse files
fix: add prepublish
1 parent 17cbd3f commit 218e35f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"docs": "typedoc --out ./docs/documentation ./src --tsconfig ./tsconfig.build.json",
3636
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
3737
"prepare": "bob build",
38-
"prepack": "bob build"
38+
"prepack": "bob build",
39+
"prepublish": "bob build"
3940
},
4041
"keywords": [
4142
"react-native",

0 commit comments

Comments
 (0)