We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f20b8 commit 35e8bb5Copy full SHA for 35e8bb5
.github/workflows/firebase-hosting-merge.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - run: cd docs && npm ci && npm run build
+ - run: cd docs && npm ci --legacy-peer-deps && npm run build
15
- name: Test unit component
16
run: npm ci --legacy-peer-deps && npm run test:unit
17
- name: Test unit docs
.github/workflows/firebase-hosting-pull-request.yml
@@ -9,7 +9,7 @@ jobs:
9
10
0 commit comments