Skip to content

Commit 4bf678e

Browse files
committed
workflow build - fix
1 parent 031c69a commit 4bf678e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 22
2424

2525
- name: Build
26-
run: npm ci
26+
run: npm run install-all
2727

2828
- name: Release
2929
if: contains(github.ref, 'master')
@@ -42,7 +42,7 @@ jobs:
4242
node-version: 22
4343

4444
- name: Build
45-
run: npm ci
45+
run: npm run install-all
4646

4747
- name: Release
4848
if: contains(github.ref, 'master')
@@ -61,7 +61,7 @@ jobs:
6161
node-version: 22
6262

6363
- name: Build
64-
run: npm ci
64+
run: npm run install-all
6565

6666
- name: Release
6767
if: contains(github.ref, 'master')
@@ -80,7 +80,7 @@ jobs:
8080
node-version: 22
8181

8282
- name: Build
83-
run: npm ci
83+
run: npm run install-all
8484

8585
- name: Release
8686
if: contains(github.ref, 'master')
@@ -99,7 +99,7 @@ jobs:
9999
node-version: 22
100100

101101
- name: Build
102-
run: npm ci
102+
run: npm run install-all
103103

104104
- name: Release
105105
if: contains(github.ref, 'master')

0 commit comments

Comments
 (0)