mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Modernization of build environment, better linting, adjustment after stricter static rules, cleanup of package.json
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
|
||||
watchify src/mermaid.js -s mermaid -t babelify -o dist/mermaid.js &
|
||||
live-server ./test/examples &
|
||||
node node_modules/eslint-watch/bin/esw src -w
|
||||
|
Reference in New Issue
Block a user