Skip to content

Commit

Permalink
Fix mermaid-cli build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MindaugasLaganeckas committed Jun 25, 2020
1 parent 6d7d991 commit 4d00e9b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- name: Install Yarn
run: npm i yarn --global

- name: Install Json
run: npm i json --global

- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build the package
run: |
yarn
chmod 755 copy_modules.sh
./copy_modules.sh
yarn prepublishOnly
- name: Prepare release
run: |
Expand Down

0 comments on commit 4d00e9b

Please sign in to comment.