Remove the prepare hook to support git instalations

This commit is contained in:
Zoe Roux
2022-11-29 20:18:50 +09:00
parent bde4f8b4c3
commit 6e616bf82a
-1
View File
@@ -14,7 +14,6 @@
"clean": "expo-module clean",
"lint": "eslint tools",
"test": "expo-module test",
"prepare": "expo-module prepare && npm run generate-lazy && npm run copy-vendor",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},