We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e62b1a commit bb9cee6Copy full SHA for bb9cee6
1 file changed
.github/workflows/deploy-docs.yml
@@ -25,12 +25,12 @@ jobs:
25
cache: 'yarn'
26
27
- name: Install main dependencies
28
- run: yarn install --frozen-lockfile
+ run: yarn install
29
30
- name: Install Angular dependencies
31
run: |
32
cd angular
33
- yarn install --frozen-lockfile
+ yarn install
34
35
- name: Build Angular library
36
run: yarn build:ng
0 commit comments