File tree Expand file tree Collapse file tree 4 files changed +625
-39
lines changed Expand file tree Collapse file tree 4 files changed +625
-39
lines changed Original file line number Diff line number Diff line change 29
29
30
30
# install dependencies from the package-lock.json
31
31
- name : Install dependencies
32
- run : npm ci --workspaces --force
32
+ run : npm ci --workspaces
33
33
34
34
# builds all packages
35
35
build :
43
43
cache : npm
44
44
45
45
- name : " Install dependencies"
46
- run : npm ci --workspaces --include-workspace-root --force
46
+ run : npm ci --workspaces --include-workspace-root
47
47
48
48
- name : " Build"
49
49
run : npm run build
61
61
cache : npm
62
62
63
63
- name : " Install dependencies"
64
- run : npm ci --workspaces --include-workspace-root --force
64
+ run : npm ci --workspaces --include-workspace-root
65
65
66
66
- name : " Build"
67
67
run : npm run build
84
84
cache : npm
85
85
86
86
- name : " Install dependencies"
87
- run : npm ci --workspaces --include-workspace-root --force
87
+ run : npm ci --workspaces --include-workspace-root
88
88
89
89
- name : " Build"
90
90
run : npm run build
@@ -139,7 +139,7 @@ jobs:
139
139
cache : npm
140
140
141
141
- name : " Install dependencies"
142
- run : npm ci --workspaces --include-workspace-root --force
142
+ run : npm ci --workspaces --include-workspace-root
143
143
144
144
- name : " Build"
145
145
run : npm run build
Original file line number Diff line number Diff line change 25
25
cache : npm
26
26
27
27
- name : " Install dependencies"
28
- run : npm ci --workspaces --include-workspace-root --force
28
+ run : npm ci --workspaces --include-workspace-root
29
29
30
30
- name : " Build"
31
31
run : npm run build
You can’t perform that action at this time.
0 commit comments