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 3bcc315 commit 235ffe4Copy full SHA for 235ffe4
package.json
@@ -37,7 +37,7 @@
37
"typecheck": "./uuid-fix.sh && tsc --noEmit",
38
"lint": "eslint \"**/*.{js,ts,tsx}\"",
39
"clean": "del-cli android/build expo-example/android/build expo-example/android/app/build expo-example/ios/build lib",
40
- "prepare": "./uuid-fix.sh && bob build",
+ "build": "./uuid-fix.sh && bob build",
41
"release": "./uuid-fix.sh && release-it"
42
},
43
"keywords": [
0 commit comments