Skip to content

Commit d9e1caf

Browse files
committed
CI: create dist from client after build for release tarball
1 parent bab4c88 commit d9e1caf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Build project
3131
run: npm run build
3232

33+
- name: Create dist for release
34+
run: |
35+
mkdir -p dist
36+
cp -r client/* dist/
37+
3338
- name: Install production dependencies only
3439
run: |
3540
npm ci --production

0 commit comments

Comments
 (0)