Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 29, 2024
1 parent ec2dab8 commit b2ff421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: |
echo "Removing yarn.lock due to yarn v1 package resolution issues"
echo "https://github.com/iarna/wide-align/issues/63"
rm yarn.lock
rm yarn.lock 2>/dev/null || true # silent fail if yarn.lock doesn't exist
yarn && yarn build_test
- name: Check for missing migrations
Expand Down

0 comments on commit b2ff421

Please sign in to comment.