aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 18:59:07 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 18:59:07 -0400
commita65da84f08927bf6cf62b24245dbde7cf45c505e (patch)
treef6528d7da5c451b4dc8e5beb1597c620108a6700 /.github
parent89f0e63cd956454b0817259fd8e340f6a69fb42d (diff)
downloaddonetick-a65da84f08927bf6cf62b24245dbde7cf45c505e.tar.gz
donetick-a65da84f08927bf6cf62b24245dbde7cf45c505e.tar.bz2
donetick-a65da84f08927bf6cf62b24245dbde7cf45c505e.zip
Update Go Release workflow to use "npm run build-selfhosted" for frontend build
Diffstat (limited to '')
-rw-r--r--.github/workflows/go-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml
index 2b4047b..8951701 100644
--- a/.github/workflows/go-release.yml
+++ b/.github/workflows/go-release.yml
@@ -31,7 +31,7 @@ jobs:
- name: Build Frontend
run: |
cd frontend-code
- npm run build --mode selfhosted
+ npm run build-selfhosted
- name: Copy Frontend
run: |