Skip to content

Commit

Permalink
[workflow] list actual folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 11, 2024
1 parent 2e07fa7 commit 6a6f19b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Clean install of all existing dependencies
run: |
echo "===================="
cat ./npmrc
ls -la
pwd
echo "===================="
npm ci -w exampleapp
Expand Down

0 comments on commit 6a6f19b

Please sign in to comment.