Skip to content

Commit

Permalink
Added mermaid js via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Jun 27, 2024
1 parent 201f8da commit 1ba4b9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 'osx' is the default install-everything target, 'install' installs
# ourselves.
install: osx-deps ourselves_install local-dev extra-pipx
install: osx-deps npm ourselves_install local-dev extra-pipx


upgrade:
Expand Down Expand Up @@ -97,7 +97,8 @@ local-dev:

extra-pipx:
pipx inject tox tox-uv
pipx inject zest.releaser --editable ~/opensource/qgispluginreleaser
pipx inject --editable zest.releaser ~/opensource/qgispluginreleaser

# NPM:
# npm install -g dockerfile-language-server-nodejs

npm:
npm install -g @mermaid-js/mermaid-cli

0 comments on commit 1ba4b9c

Please sign in to comment.