From fdbd8da1349b90deebba830e7817758bd557cfec Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 8 Jul 2021 16:20:10 +0530 Subject: Reuse scripts defined in 'package.json' (also should fix issue where submodule was not getting updated in overnight process). --- .github/workflows/dependency-updates.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github') 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: - name: Install node dependencies recursively run: npx lerna bootstrap - name: Update submodules - run: git submodule update --remote -f + run: npm run update-submodules - name: Update browserslist db run: npx browserslist@latest --update-db - name: Run linter, reformatter, rebrander and tests run: | - npm run lint - npm run reformat-files - npm run manage-translations - npm run apply-branding + npm run prepare-code npm run test - name: Commit submodules, dependency-updates and linter changes run: | -- cgit v1.2.3-54-g00ecf