mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-19 16:26:43 +02:00
Draft test shell with karma and jasmine
This commit is contained in:
@@ -11,5 +11,5 @@ gulp.task('jison', function() {
|
||||
gulp.task('shorthand', shell.task([
|
||||
'echo hello',
|
||||
'echo world',
|
||||
'jison src/mermaid.jison -o src/mermaid.js'
|
||||
'jison src/parser/mermaid.jison -o src/parser/mermaid.js'
|
||||
]))
|
Reference in New Issue
Block a user