We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70d22 commit 1975514Copy full SHA for 1975514
2 files changed
.github/workflows/build-client.yml
@@ -7,7 +7,7 @@ on:
7
branches: ["**"]
8
9
jobs:
10
- client:
+ build:
11
runs-on: ubuntu-24.04
12
13
steps:
.github/workflows/build-server.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install NPM Packages
21
run: npm install
22
- name: Build
23
- run: npm run build
+ run: npm run build-server
24
- name: Create source code tarbell
25
run: git archive -o dist/source.tar.gz HEAD
26
- name: Copy License to output dist
0 commit comments