diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-25 00:27:32 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-25 00:27:32 -0400 |
commit | e598e25bec69395e5398ae2f03f8ebc3e15a8db4 (patch) | |
tree | d00ec5c0a61f0fce5cedb698aa9da313dc2c26ae | |
parent | 632baef054df36614705940cc51ad46972d6050d (diff) | |
download | donetick-e598e25bec69395e5398ae2f03f8ebc3e15a8db4.tar.gz donetick-e598e25bec69395e5398ae2f03f8ebc3e15a8db4.tar.bz2 donetick-e598e25bec69395e5398ae2f03f8ebc3e15a8db4.zip |
Update frontend build and copy step in Go Release workflow
-rw-r--r-- | .github/workflows/go-release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 25ab6ab..f492814 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -26,11 +26,11 @@ jobs: node-version: '16' - name: Install Dependencies run: | - cd frontend + cd frontend-code npm install - name: Build Frontend run: | - cd frontend + cd frontend-code npm run build - name: Copy Frontend run: | |