Skip to content

Commit

Permalink
chore(documentation): Generate documentation with travis and add it i…
Browse files Browse the repository at this point in the history
…n the npm deloyed package
  • Loading branch information
ercpereda committed Aug 29, 2016
1 parent 4dcd5cc commit 4eec713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_script:
- npm prune
script:
- npm run linter
- npm run doc
- npm run build
after_success:
deploy:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"watch:test": "npm test -- -w",
"test": "mocha src/index.spec.js --compilers js:babel-register",
"linter": "eslint src/**/*.js",
"doc": "npm run jsdoc",
"jsdoc": "jsdoc -c .jsdocrc.json",
"cover": "nyc npm test",
"prebuild": "rimraf dist",
Expand All @@ -22,7 +23,8 @@
},
"keywords": [],
"files": [
"dist"
"dist",
"doc"
],
"author": "Ernesto R. C. Pereda <ercp42@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 4eec713

Please sign in to comment.