Skip to content

Commit

Permalink
gitignore pnpm-lockfile and remove flag that was ignoring it
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Oct 23, 2024
1 parent 4dab690 commit 8b91e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/next-codemod/bin/__testfixtures__/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion packages/next-codemod/scripts/test-upgrade-fixture.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "$1" || exit 1
# We're only interested in the changes the upgrade command does.
git add -A .
rm -rf node_modules
pnpm install --ignore-workspace --no-lockfile
pnpm install
node "$NEXT_CODEMOD_BIN" upgrade "${@:2}"
git --no-pager diff .
git restore .
Expand Down

0 comments on commit 8b91e96

Please sign in to comment.