Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-04-14 17:38:22 +0300
committerAnna Larch <anna@nextcloud.com>2022-04-14 17:38:22 +0300
commit747b25fe48f7ed9502002e2af75f6061a11d95f0 (patch)
tree2fbcbb465388c3f27e17e5979dbfcffe03fe626e
parent7fb8e4bcb3a43d9abf140c1d958ff32a0fa7d7ac (diff)
update build processv1.12.0-rc.1
Signed-off-by: Anna Larch <anna@nextcloud.com>
-rw-r--r--.github/workflows/appstore-build-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 06945b83c..0509d8178 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -84,7 +84,7 @@ jobs:
if: ${{ steps.versions.outputs.nodeVersion }}
run: |
cd ${{ env.APP_NAME }}
- npm ci
+ npm install --deps
npm run build
- name: Install Krankerl