about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-14 17:30:15 -0500
committerGitHub <noreply@github.com>2023-03-14 17:30:15 -0500
commit8d2e649b4dae4523d9c0ac36d5dfd31409447be4 (patch)
tree151f1dcd76c52a8bb3f45061a023fe6a8b2637b2 /package.json
parent8629e167cd668cd1d41bf6a37acf9d94502e5c2b (diff)
downloadvoidsky-8d2e649b4dae4523d9c0ac36d5dfd31409447be4.tar.zst
Create build step for the web server (#289)
* Create build step for the web server

* Update bskyweb routes and 404 behavior
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f7264d321..30f2c3542 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
     "android": "expo run:android",
     "ios": "expo run:ios",
     "web": "expo start --web",
+    "build-web": "expo export:web && node ./scripts/post-web-build.js",
     "start": "expo start --dev-client",
     "clean-cache": "rm -rf node_modules/.cache/babel-loader/*",
     "test": "jest --forceExit --testTimeout=20000 --bail",