Skip to content

Commit

Permalink
Add 'start' script to run tests in browser in development
Browse files Browse the repository at this point in the history
  • Loading branch information
YoranBrondsema committed Jul 15, 2019
1 parent 734d5bf commit eacd50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Renders mobiledoc input to text (string) output",
"main": "dist/commonjs/mobiledoc-text-renderer/index.js",
"scripts": {
"start": "broccoli serve",
"test": "testem ci",
"build": "rm -rf dist/ && broccoli build dist"
},
Expand Down

0 comments on commit eacd50e

Please sign in to comment.