Skip to content

Commit

Permalink
fix: Debuggin why npm fails to find files
Browse files Browse the repository at this point in the history
package.json is not found in CI. debugging commit
  • Loading branch information
BKristenssonAlfsson committed Jun 25, 2020
1 parent 6251b10 commit 41d467d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
steps:
- name: Build PWA distribution for production
run: |
pwd
ls -al
npm run build --if-present
env:
CI: true
Expand Down

0 comments on commit 41d467d

Please sign in to comment.