diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 16:08:10 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 16:08:10 +0300 |
| commit | f6c2649ed55aa341d3e210053395aa3318a634ae (patch) | |
| tree | e021017f568eda3b81b2c8ab4e6bd0c6324f6af6 /.github/workflows | |
| parent | 0f1fea2773188605f621d7f853f739df8cdbe4ad (diff) | |
Fix workflow2021.07_05
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tomi.science.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tomi.science.yml b/.github/workflows/tomi.science.yml index c8f419d..1014ecf 100644 --- a/.github/workflows/tomi.science.yml +++ b/.github/workflows/tomi.science.yml @@ -89,7 +89,7 @@ jobs: # Build frontend - name: Build frontend - run: cd frontend && npm run build && npm run export + run: cd frontend && npm ci && npm run build && npm run export # Deploy frontend to GCS - name: Deploy frontend to GCS |
