Skip to content

Commit

Permalink
fix build examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalker committed Apr 17, 2022
1 parent 363ed3e commit ae01de5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cookie,
cache-on-front-end-nav,
custom-worker,
customer-ts-worker,
custom-ts-worker,
next-image,
offline-fallback,
offline-fallback-v2,
Expand All @@ -32,5 +32,9 @@ jobs:
node-version: 16
- run: npm ci
- run: npm link
- run: npm install && npm link next-pwa && npm build
- run: npm install
working-directory: examples/${{ matrix.example }}
- run: npm link next-pwa
working-directory: examples/${{ matrix.example }}
- run: npm build
working-directory: examples/${{ matrix.example }}

0 comments on commit ae01de5

Please sign in to comment.