mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 07:39:48 +02:00
adjusts
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user