Skip to content

Commit

Permalink
Default tests to run on all IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Nov 16, 2016
1 parent ce4d8d4 commit a5c5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
"repository": "https://github.com/bustlelabs/mobiledoc-kit",
"scripts": {
"start": "broccoli serve",
"start": "broccoli serve --host 0.0.0.0",
"test:ci": "npm run build:docs && npm run build && testem ci -f testem-ci.json",
"test": "PATH=node_modules/phantomjs-prebuilt/bin/:$PATH npm run build:docs && npm run build && testem ci -f testem.json",
"build": "rm -rf dist && broccoli build dist",
Expand Down

0 comments on commit a5c5f2a

Please sign in to comment.