Skip to content

Commit a43b7d4

Browse files
IONOS(build): install original packages for cypress-snapshot job
currently packages @mdi/svg @nextcloud/vue vue-material-design-icons are customized by as. In order for cypress job to finish we replace the packages with original ones from stable30 https://github.com/nextcloud/viewer/blob/stable30/package.json Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 6f6d951 commit a43b7d4

15 files changed

+21
-28
lines changed

‎.github/workflows/cypress-snapshot-update.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
4040
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
4141

42+
- name: Install IONOS dependencies
43+
run: |
44+
echo "install dependencies from stable30 as fallback" \
45+
npm install @mdi/svg@^7.4.47 @nextcloud/vue@^8.22.0 vue-material-design-icons@^5.3.1
46+
4247
- name: Install dependencies
4348
run: npm ci
4449

‎js/NcActionButton-DA4kIzUY.chunk.mjs‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎js/NcActionButton-DA4kIzUY.chunk.mjs.map‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎js/NcActionLink-DzjvsuKt.chunk.mjs‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)