mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-09 23:34:56 +08:00
Switch to using yarn
This commit is contained in:
parent
08050f4021
commit
e06dc75612
4
.github/workflows/build-test-docs.yml
vendored
4
.github/workflows/build-test-docs.yml
vendored
@ -17,8 +17,8 @@ jobs:
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd docs
|
||||
npm install
|
||||
npm run build
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
21180
docs/package-lock.json
generated
21180
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
7490
docs/yarn.lock
Normal file
7490
docs/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user