Always prebuild cleanly (#1399)
parent
b76b56b4a4
commit
82a17db594
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"prepare": "is-ci || husky install",
|
||||
"postinstall": "patch-package",
|
||||
"prebuild": "expo prebuild",
|
||||
"prebuild": "expo prebuild --clean",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
|
|
Loading…
Reference in New Issue