Skip to content

Commit 235ffe4

Browse files
committed
fix(package): fixed package.json to put build back in
1 parent 3bcc315 commit 235ffe4

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
"typecheck": "./uuid-fix.sh && tsc --noEmit",
3838
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3939
"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",
40+
"build": "./uuid-fix.sh && bob build",
4141
"release": "./uuid-fix.sh && release-it"
4242
},
4343
"keywords": [

0 commit comments

Comments
 (0)