Skip to content

Commit

Permalink
build: removed doc generation to fix release step (#171)
Browse files Browse the repository at this point in the history
The doc generation step was failing due to general outdatedness of doxx.
This blocked the entire release. Since gh-pages hosts the readme by
default , this wasn’t needed anyway.
  • Loading branch information
espy authored and gr2m committed Jun 14, 2018
1 parent 590cefc commit 63bd975
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 160 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
node_js: lts/*
script:
- npm run semantic-release
- node_js: lts/*
script:
- npm run docs
- npm run deploydocs

stages:
- test
Expand Down
150 changes: 0 additions & 150 deletions docs/template.jade

This file was deleted.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"build": "npm-run-all -p build:*",
"build:client": "browserify -s Account index.js > dist/hoodie-account-client.js",
"postbuild:client": "uglifyjs dist/hoodie-account-client.js -mc > dist/hoodie-account-client.min.js",
"predeploydocs": "./bin/authorize-push.js",
"deploydocs": "gh-pages-deploy",
"predocs": "rimraf docs/build",
"docs": "doxx --source ./ --target docs/build --template ./docs/template.jade --ignore coverage,bin,dist,utils,node_modules,test,utils,index.js",
"presemantic-release": "npm run -s build",
"semantic-release": "semantic-release",
"pretest": "standard",
Expand Down Expand Up @@ -39,9 +35,7 @@
"homepage": "https://github.com/hoodiehq/hoodie-account-client#readme",
"devDependencies": {
"browserify": "^16.0.0",
"doxx": "2.1.1",
"gaze-cli": "^0.2.0",
"gh-pages-deploy": "^0.5.0",
"humble-localstorage": "^1.4.2",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
Expand Down

0 comments on commit 63bd975

Please sign in to comment.