Skip to content

Commit

Permalink
try xdg-open first, then open
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Baumgart committed Jan 2, 2013
1 parent 6f69140 commit 0c9b354
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 @@ -10,7 +10,7 @@
},
"main": "jsbundle.js",
"scripts": {
"test": "find test -name \"test*.js\" | xargs node_modules/vows/bin/vows && JSBUNDLE_ENV=production bin/jsbundle . > test/fixtures/browser-test.js && \"$(which open || which xdg-open)\" test/fixtures/browser-test.html"
"test": "find test -name \"test*.js\" | xargs node_modules/vows/bin/vows && JSBUNDLE_ENV=production bin/jsbundle . > test/fixtures/browser-test.js && \"$(which xdg-open || which open)\" test/fixtures/browser-test.html"
},
"bin": {
"devcdn": "./bin/devcdn",
Expand Down

0 comments on commit 0c9b354

Please sign in to comment.