aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 18:50:29 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 18:50:29 -0400
commit8609a289b61de939366b31a8a7a67c2327e9f5d1 (patch)
tree3689b456c2a7e863f043ca377e19d001f68b2c46 /.github
parente55a8d82b1620a2955209078e0b8cf3d0cac38cb (diff)
parent89f0e63cd956454b0817259fd8e340f6a69fb42d (diff)
downloaddonetick-8609a289b61de939366b31a8a7a67c2327e9f5d1.tar.gz
donetick-8609a289b61de939366b31a8a7a67c2327e9f5d1.tar.bz2
donetick-8609a289b61de939366b31a8a7a67c2327e9f5d1.zip
Merge branch 'dev'
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 ff14aeb..2b4047b 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
+ npm run build --mode selfhosted
- name: Copy Frontend
run: |