Skip to content

Commit

Permalink
[workflows] added ls to check npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 11, 2024
1 parent c715a3c commit b7e4c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Clean install of all existing dependencies
run: |
npm ci
echo "===================="
ls la
echo "===================="
# - name: Build app
# run: npm run build
Expand Down

0 comments on commit b7e4c0f

Please sign in to comment.