We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363ed3e commit 51686deCopy full SHA for 51686de
.github/workflows/build-examples.yml
@@ -18,7 +18,7 @@ jobs:
18
cookie,
19
cache-on-front-end-nav,
20
custom-worker,
21
- customer-ts-worker,
+ custom-ts-worker,
22
next-image,
23
offline-fallback,
24
offline-fallback-v2,
@@ -32,5 +32,9 @@ jobs:
32
node-version: 16
33
- run: npm ci
34
- run: npm link
35
- - run: npm install && npm link next-pwa && npm build
+ - run: npm install
36
+ working-directory: examples/${{ matrix.example }}
37
+ - run: npm link next-pwa
38
39
+ - run: npm run build
40
working-directory: examples/${{ matrix.example }}
0 commit comments