Skip to content

Commit 7f233d3

Browse files
authored
Merge pull request #275 from proto-kit/fix/typedoc-install-conflicts
Solved typedoc install issues
2 parents 16839b9 + f43b255 commit 7f233d3

File tree

4 files changed

+625
-39
lines changed

4 files changed

+625
-39
lines changed

.github/workflows/pull-request-develop.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# install dependencies from the package-lock.json
3131
- name: Install dependencies
32-
run: npm ci --workspaces --force
32+
run: npm ci --workspaces
3333

3434
# builds all packages
3535
build:
@@ -43,7 +43,7 @@ jobs:
4343
cache: npm
4444

4545
- name: "Install dependencies"
46-
run: npm ci --workspaces --include-workspace-root --force
46+
run: npm ci --workspaces --include-workspace-root
4747

4848
- name: "Build"
4949
run: npm run build
@@ -61,7 +61,7 @@ jobs:
6161
cache: npm
6262

6363
- name: "Install dependencies"
64-
run: npm ci --workspaces --include-workspace-root --force
64+
run: npm ci --workspaces --include-workspace-root
6565

6666
- name: "Build"
6767
run: npm run build
@@ -84,7 +84,7 @@ jobs:
8484
cache: npm
8585

8686
- name: "Install dependencies"
87-
run: npm ci --workspaces --include-workspace-root --force
87+
run: npm ci --workspaces --include-workspace-root
8888

8989
- name: "Build"
9090
run: npm run build
@@ -139,7 +139,7 @@ jobs:
139139
cache: npm
140140

141141
- name: "Install dependencies"
142-
run: npm ci --workspaces --include-workspace-root --force
142+
run: npm ci --workspaces --include-workspace-root
143143

144144
- name: "Build"
145145
run: npm run build

.github/workflows/release-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: npm
2626

2727
- name: "Install dependencies"
28-
run: npm ci --workspaces --include-workspace-root --force
28+
run: npm ci --workspaces --include-workspace-root
2929

3030
- name: "Build"
3131
run: npm run build

0 commit comments

Comments
 (0)