aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 23:30:27 -0700
committerDhravya <[email protected]>2024-03-30 23:30:27 -0700
commitf48e115ce78a41925e08a9a2f3cb5d9844f36c0f (patch)
treed2252ff3e753950b3b225b817a1a0f12d74a19aa /.github/workflows
parentadded @radix-ui/react-dropdown-menu (diff)
downloadsupermemory-f48e115ce78a41925e08a9a2f3cb5d9844f36c0f.tar.xz
supermemory-f48e115ce78a41925e08a9a2f3cb5d9844f36c0f.zip
fix: build command
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8bc1467e..3636e44f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
shell: bash
- name: Build app
- run: bun run build
+ run: bun run pages:build
working-directory: apps/web
shell: bash