3 lines
133 B
Bash
Executable File
3 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
changedFiles="$(git diff-tree -r --name-only --no-commit-id $1 $2)"
|
|
node ./scripts/notify-lockfile-changes.js $changedFiles |