Skip to content

Commit

Permalink
Migration should run with new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Oct 13, 2024
1 parent e80664e commit bc2268c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
- run: |
git config --global user.name "gh-actions"
git config --global user.email "actions@github.com"
- run: npm run migration up
- run: ./bin/up-to-date.sh
1 change: 1 addition & 0 deletions bin/up-to-date.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if [ -z "$(git status --porcelain)" ]; then
fi

useNpm exec -- playwright install
useNpm run migration up
useNpm run ship
git add "$ROOT"/package{,-lock}.json "$ROOT"/*/package.json
git commit --message 'Apply in-range dependency updates'
Expand Down

0 comments on commit bc2268c

Please sign in to comment.