chore(project): add dev script

This commit is contained in:
Nico Rehwaldt 2016-06-15 12:57:08 +02:00
parent a314e8dbfa
commit ca9a33d61b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "A bpmn 2.0 toolkit and web modeler",
"scripts": {
"all": "grunt",
"dev": "grunt auto-test",
"test": "grunt test"
},
"repository": {