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