about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-09-07 01:21:48 +0100
committerGitHub <noreply@github.com>2023-09-06 17:21:48 -0700
commit82a17db59411c38abdc24af2790e0d5529bcae28 (patch)
treeb8aa8031b64eb54aa210518d03c0e9503dac46ef /package.json
parentb76b56b4a43b3e3f9163fba85993f60e42ec8c42 (diff)
downloadvoidsky-82a17db59411c38abdc24af2790e0d5529bcae28.tar.zst
Always prebuild cleanly (#1399)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b8e28f89f..e4ae80270 100644
--- a/package.json
+++ b/package.json
@@ -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",