File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 # Configure custom merge driver for pnpm-lock.yaml
3232 git config merge.pnpm-merge.name "pnpm-lock.yaml merge driver"
3333 git config merge.pnpm-merge.driver \
34- "pnpm install --no-frozen-lockfile"
34+ "pnpm install --no-frozen-lockfile && cp pnpm-lock.yaml %A "
3535
3636 # Apply merge driver (CI-only, doesn't affect repository)
3737 echo "pnpm-lock.yaml merge=pnpm-merge" >> .git/info/attributes
Original file line number Diff line number Diff line change 2121 # Configure custom merge driver for pnpm-lock.yaml
2222 git config merge.pnpm-merge.name "pnpm-lock.yaml merge driver"
2323 git config merge.pnpm-merge.driver \
24- "pnpm install --no-frozen-lockfile"
24+ "pnpm install --no-frozen-lockfile && cp pnpm-lock.yaml %A "
2525
2626 # Apply merge driver (CI-only, doesn't affect repository)
2727 echo "pnpm-lock.yaml merge=pnpm-merge" >> .git/info/attributes
Original file line number Diff line number Diff line change 1919 # Configure custom merge driver for pnpm-lock.yaml
2020 git config merge.pnpm-merge.name "pnpm-lock.yaml merge driver"
2121 git config merge.pnpm-merge.driver \
22- "pnpm install --no-frozen-lockfile"
22+ "pnpm install --no-frozen-lockfile && cp pnpm-lock.yaml %A "
2323
2424 # Apply merge driver (CI-only, doesn't affect repository)
2525 echo "pnpm-lock.yaml merge=pnpm-merge" >> .git/info/attributes
You can’t perform that action at this time.
0 commit comments