Skip to content

Commit fd911f2

Browse files
committed
fix (build): use yarn for doc deps installation
1 parent 36fa425 commit fd911f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '14'
2222
- run: cd test && npm i && cp .env-example .env && cd ..
2323
- run: npm install -g codecov
24-
- run: cd docs && npm i && npm run build && cd ..
24+
- run: cd docs && yarn install && npm run build && cd ..
2525
- run: npm i -g yarn
2626
- run: yarn install
2727
- run: npm run test:cov && codecov

0 commit comments

Comments
 (0)