mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/usr/bin/env bash
|
|
|
|
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
|
|
live-server ./test/examples &
|
|
node node_modules/eslint-watch/bin/esw src -w
|