Skip to content

Commit 1921bf5

Browse files
committed
pnpm first
1 parent 1733a2f commit 1921bf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
5353
restore-keys: |
5454
${{ runner.os }}-pnpm-store-
5555
56-
- uses: actions-rs/cargo@v1
57-
with:
58-
use-cross: true
59-
command: build
60-
args: --release --package atomic-server --target x86_64-unknown-linux-musl
61-
6256
- name: Install JS
6357
working-directory: ./browser/
6458
run: |
@@ -69,6 +63,12 @@ jobs:
6963
run: |
7064
pnpm run build
7165
66+
- uses: actions-rs/cargo@v1
67+
with:
68+
use-cross: true
69+
command: build
70+
args: --release --package atomic-server --target x86_64-unknown-linux-musl
71+
7272
- name: Set env
7373
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
7474

0 commit comments

Comments
 (0)