about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-09 16:57:28 -0800
committerGitHub <noreply@github.com>2024-02-09 16:57:28 -0800
commit6d91726e00620b19f14141598df09ad053e500e0 (patch)
treed2185d96a0ae4ba1121f36318a524ef90d9d345c /package.json
parentad8f9e560d7f320d1b7db5b816b17db825b86ce7 (diff)
downloadvoidsky-6d91726e00620b19f14141598df09ad053e500e0.tar.zst
eas nightlies (#2826)
* add comment to config

* add ios build num bump script

* remove bak

* add bump script for android

* github action

* add comment to config

* testing

* testing attempt 2

* add app id

* ok add the app id the right way

* Apply automatic changes

* test the commit message

* test the commit message again

* Nightly iOS Build Bump

* finished

---------

Co-authored-by: haileyok <haileyok@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 17d6f3d3a..837a8d0e4 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,10 @@
     "intl:check": "yarn intl:extract && git diff-index -G'(^[^\\*# /])|(^#\\w)|(^\\s+[^\\*#/])' HEAD || (echo '\n⚠️ i18n detected un-extracted translations\n' && exit 1)",
     "intl:extract": "lingui extract",
     "intl:compile": "lingui compile",
-    "nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android"
+    "nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android",
+    "bump": "./scripts/bumpIosBuildNumber.sh && ./scripts/bumpAndroidBuildNumber.sh",
+    "bump:ios": "./scripts/bumpIosBuildNumber.sh",
+    "bump:android": "./scripts/bumpAndroidBuildNumber.sh"
   },
   "dependencies": {
     "@atproto/api": "^0.9.5",