Skip to content

Commit 32ae6dd

Browse files
committed
build(debug): install dependencies manually
1 parent bfb6225 commit 32ae6dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: ls -l packages/uui-icon-registry-essential/lib
2828

2929
- name: Manual Storybook Build
30-
run: npm run storybook:build
30+
run: |
31+
npm install
32+
npm run storybook:build
3133
3234
- name: Build And Deploy
3335
id: builddeploy

0 commit comments

Comments
 (0)