Skip to content

Commit

Permalink
Remove yarn.lock
Browse files Browse the repository at this point in the history
Having a lock file will cause the CI to install outdated versions of
sequelize when running tests.
  • Loading branch information
Hornwitser committed Oct 30, 2024
1 parent 0609dfa commit 6cf36c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4,628 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test.sqlite2
*.sublime*
package-lock.json
pnpm-lock.yaml
yarn.lock

.nyc_output
coverage-*
Expand Down
Loading

0 comments on commit 6cf36c7

Please sign in to comment.