Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Oct 10, 2016
1 parent efef856 commit 8e1a51f
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 @@ -8,7 +8,7 @@
"lint": "eslint .",
"test": "mocha",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- -- -R spec && cat dist/coverage/lcov.info | coveralls && rm -rf dist/coverage",
"coveralls": "npm run cover -- -- -R spec && cat dist/coverage/lcov.info | coveralls && rimraf dist/coverage",
"build:doc": "yuidoc -c yuidoc.json .",
"start:doc": "yuidoc -c yuidoc.json --server 3900",
"browse:doc": "xdg-open http://localhost:3900/"
Expand Down

0 comments on commit 8e1a51f

Please sign in to comment.