Skip to content

Commit 21e5aae

Browse files
committed
build: install dependencies manually
1 parent 32ae6dd commit 21e5aae

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- name: Debug lib folder
27-
run: ls -l packages/uui-icon-registry-essential/lib
26+
- name: Use Node.js
27+
uses: actions/setup-node@v4
28+
with:
29+
node-version-file: .nvmrc
30+
check-latest: true
31+
cache: 'npm'
2832

29-
- name: Manual Storybook Build
30-
run: |
31-
npm install
32-
npm run storybook:build
33+
- name: Install Dependencies
34+
run: npm install
3335

3436
- name: Build And Deploy
3537
id: builddeploy

0 commit comments

Comments
 (0)