mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 09:36:41 +02:00
Remove useless dependencies
This commit is contained in:
@@ -25,7 +25,7 @@ gulp.task('live-server', function () {
|
||||
|
||||
gulp.task('watch2', ['live-server'], function () {
|
||||
return shell.task([
|
||||
'watchify src/mermaid.js -s mermaid -o dist/mermaid.js'
|
||||
'yarn build -- --watch'
|
||||
])
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user