Skip to content

Commit bb9cee6

Browse files
committed
more doc tweaks
1 parent 6e62b1a commit bb9cee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
cache: 'yarn'
2626

2727
- name: Install main dependencies
28-
run: yarn install --frozen-lockfile
28+
run: yarn install
2929

3030
- name: Install Angular dependencies
3131
run: |
3232
cd angular
33-
yarn install --frozen-lockfile
33+
yarn install
3434
3535
- name: Build Angular library
3636
run: yarn build:ng

0 commit comments

Comments
 (0)