mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
8 lines
219 B
Bash
Executable File
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} |