Skip to content

Commit bfb6225

Browse files
committed
build(debug): adds debug steps to github workflow
1 parent 3492959 commit bfb6225

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
name: Build and Deploy Job
2323
steps:
2424
- uses: actions/checkout@v4
25-
with:
26-
submodules: true
25+
26+
- name: Debug lib folder
27+
run: ls -l packages/uui-icon-registry-essential/lib
28+
29+
- name: Manual Storybook Build
30+
run: npm run storybook:build
2731

2832
- name: Build And Deploy
2933
id: builddeploy

0 commit comments

Comments
 (0)