diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-28 18:59:07 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-28 18:59:07 -0400 |
commit | a65da84f08927bf6cf62b24245dbde7cf45c505e (patch) | |
tree | f6528d7da5c451b4dc8e5beb1597c620108a6700 /.github/workflows | |
parent | 89f0e63cd956454b0817259fd8e340f6a69fb42d (diff) | |
download | donetick-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 '.github/workflows')
-rw-r--r-- | .github/workflows/go-release.yml | 2 |
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: | |