mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
adjusts
This commit is contained in:
parent
5174a085b7
commit
69e701befb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -29,9 +29,9 @@ jobs:
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
rm -rf node_modules
|
||||
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
|
||||
yarn install --frozen-lockfile --force
|
||||
yarn install --frozen-lockfile
|
||||
ls -a $GITHUB_WORKSPACE/src
|
||||
|
||||
- name: Run Build
|
||||
run: yarn build
|
||||
|
Loading…
x
Reference in New Issue
Block a user