find / -name "package.json" 2>/dev/null
This commit is contained in:
parent
0988823090
commit
08e24b1567
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ jobs:
|
|||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
find / -name "package.json" 2>/dev/null
|
||||
ls -l
|
||||
cd ..
|
||||
ls -l
|
||||
|
|
Loading…
Reference in a new issue