Skip to content

Commit 2b45110

Browse files
committed
fix: various build updates and bug fixes
1 parent 8a719b6 commit 2b45110

88 files changed

Lines changed: 61 additions & 66529 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/prod-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# This worklflow will perform following actions when a release is published:
32
# - Fetch Latest release.
43
# - Build the latest docker image in production.
@@ -68,8 +67,10 @@ jobs:
6867
- name: Build npm
6968
run: |-
7069
npm install
71-
npm run build -- --outDir=build
72-
npm run build -- --outDir=releases/${{ steps.fetch-latest-release.outputs.tag_name }}
70+
# Build for main distribution
71+
VITE_BUILD_OUT_DIR=dist npm run build
72+
# Build for specific version
73+
VITE_BUILD_OUT_DIR=releases/${{ steps.fetch-latest-release.outputs.tag_name }} npm run build
7374
7475
# Commit
7576
- name: Commit to repo

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ yarn.lock
3333
/playwright-report
3434

3535
build/
36+
dist/

035649cb-d3ae-4f3f-975d-0bfd742b082a

Lines changed: 0 additions & 17 deletions
This file was deleted.

07c4d9d7-a80e-4ecc-a7de-b553e85c7ddc

Lines changed: 0 additions & 17 deletions
This file was deleted.

109374c8-5195-4b1b-a244-0f1cf3aaf74b

Lines changed: 0 additions & 17 deletions
This file was deleted.

1b279ba4-ba5a-4b89-86c2-3de774aaa183

Lines changed: 0 additions & 17 deletions
This file was deleted.

1cf050fa-6678-45a8-9e51-aad4643f6806

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)