aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependency-updates.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 73a5bbb30..514a5ebb3 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -43,6 +43,7 @@ jobs:
43 run: npm i 43 run: npm i
44 - name: Update submodules 44 - name: Update submodules
45 run: | 45 run: |
46 rm -rf ./recipes
46 npm run update-submodules 47 npm run update-submodules
47 git add . 48 git add .
48 - name: Update browserslist db 49 - name: Update browserslist db