Skip to content

Commit 1dae7be

Browse files
committed
Fix deployment script
1 parent 0a2c836 commit 1dae7be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ jobs:
5959
command: build
6060
args: --release --package atomic-server --target x86_64-unknown-linux-musl
6161

62+
- name: Install JS
63+
working-directory: ./browser/
64+
run: |
65+
pnpm install
66+
67+
- name: Build JS
68+
working-directory: ./browser/
69+
run: |
70+
pnpm run build
71+
6272
- name: Set env
6373
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
6474

0 commit comments

Comments
 (0)