Skip to content

Commit ae01de5

Browse files
committed
fix build examples workflow
1 parent 363ed3e commit ae01de5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-examples.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cookie,
1919
cache-on-front-end-nav,
2020
custom-worker,
21-
customer-ts-worker,
21+
custom-ts-worker,
2222
next-image,
2323
offline-fallback,
2424
offline-fallback-v2,
@@ -32,5 +32,9 @@ jobs:
3232
node-version: 16
3333
- run: npm ci
3434
- run: npm link
35-
- run: npm install && npm link next-pwa && npm build
35+
- run: npm install
36+
working-directory: examples/${{ matrix.example }}
37+
- run: npm link next-pwa
38+
working-directory: examples/${{ matrix.example }}
39+
- run: npm build
3640
working-directory: examples/${{ matrix.example }}

0 commit comments

Comments
 (0)