Files
cypress/system-tests/scripts/cache-key.sh
2021-11-29 15:28:05 +10:00

8 lines
219 B
Bash
Executable File

#!/bin/bash
# NOTE: do not wrap this script with `yarn run`, `npm run`, etc., they add their own stdout
# cd to this "scripts" directory
cd "$(dirname "${BASH_SOURCE[0]}")"
cat ../projects/**/{package.json,yarn.lock}