We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8aa7b commit b4d72d6Copy full SHA for b4d72d6
1 file changed
.github/workflows/sdk-e2e.yml
@@ -145,6 +145,10 @@ jobs:
145
working-directory: ./clients/storybook
146
run: npm install
147
148
+ - name: Build Storybook client
149
+ working-directory: ./clients/storybook
150
+ run: npm run build
151
+
152
- name: Get Puppeteer version
153
154
id: puppeteer-version
@@ -206,6 +210,10 @@ jobs:
206
210
working-directory: ./clients/static-site
207
211
208
212
213
+ - name: Build Static-Site client
214
+ working-directory: ./clients/static-site
215
216
209
217
218
219
0 commit comments