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 b2ff421 commit 9d9d5a3
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 @@ -55,7 +55,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 9d9d5a3

Please sign in to comment.