Skip to content

Commit b120465

Browse files
fix: Update prepare script to clean up package.json files (#1157)
1 parent b92ece3 commit b120465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"release": "release-it",
3838
"bootstrap": "cd example && npm ci",
3939
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build && expo-module clean",
40-
"prepare": "bob build",
40+
"prepare": "bob build && rm -rf lib/*/package.json",
4141
"example:android": "cd example && npm run android",
4242
"example:ios": "cd example && npm run ios"
4343
},

0 commit comments

Comments
 (0)