Skip to content
Snippets Groups Projects
Commit 0d7afe31 authored by Stefan Dierauf's avatar Stefan Dierauf
Browse files

added grunt serve to package.json

parent f05adeb7
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
"npm": ">=1.3.7"
},
"scripts": {
"test": "grunt test"
"test": "grunt test",
"start": "grunt serve"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment