aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 38de90dbd..85be25021 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -52,15 +52,12 @@ jobs:
52 - name: Install node dependencies recursively 52 - name: Install node dependencies recursively
53 run: npx lerna bootstrap 53 run: npx lerna bootstrap
54 - name: Update submodules 54 - name: Update submodules
55 run: git submodule update --remote -f 55 run: npm run update-submodules
56 - name: Update browserslist db 56 - name: Update browserslist db
57 run: npx browserslist@latest --update-db 57 run: npx browserslist@latest --update-db
58 - name: Run linter, reformatter, rebrander and tests 58 - name: Run linter, reformatter, rebrander and tests
59 run: | 59 run: |
60 npm run lint 60 npm run prepare-code
61 npm run reformat-files
62 npm run manage-translations
63 npm run apply-branding
64 npm run test 61 npm run test
65 - name: Commit submodules, dependency-updates and linter changes 62 - name: Commit submodules, dependency-updates and linter changes
66 run: | 63 run: |