chore(project): add dev script
This commit is contained in:
parent
a314e8dbfa
commit
ca9a33d61b
|
@ -4,6 +4,7 @@
|
||||||
"description": "A bpmn 2.0 toolkit and web modeler",
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"all": "grunt",
|
"all": "grunt",
|
||||||
|
"dev": "grunt auto-test",
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue