We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031c69a commit 4bf678eCopy full SHA for 4bf678e
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 22
24
25
- name: Build
26
- run: npm ci
+ run: npm run install-all
27
28
- name: Release
29
if: contains(github.ref, 'master')
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
0 commit comments