1
0
Fork 0
metamask-extension/development/get-changed-file-names.sh

8 lines
402 B
Bash
Executable File

#! /bin/bash
# This file exists because yarn 2+ seems to not be able to use the yarn 1
# syntax in "scripts" to concatenate two commands output together using { }.
# This script simply outputs both and then normal pipe operator syntax can be
# used in the "scripts" key can be used to operate on the output.
git ls-files --others --exclude-standard ; git diff-index --name-only --diff-filter=d HEAD ;