Skip to content

Commit 1975514

Browse files
committed
and that
1 parent cc70d22 commit 1975514

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["**"]
88

99
jobs:
10-
client:
10+
build:
1111
runs-on: ubuntu-24.04
1212

1313
steps:

.github/workflows/build-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install NPM Packages
2121
run: npm install
2222
- name: Build
23-
run: npm run build
23+
run: npm run build-server
2424
- name: Create source code tarbell
2525
run: git archive -o dist/source.tar.gz HEAD
2626
- name: Copy License to output dist

0 commit comments

Comments
 (0)