Skip to content

Commit

Permalink
Use gh-pages to build documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Oct 30, 2018
1 parent 7c9c374 commit e42683b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"travis": "npm run lint && npm run coverage && npm run build && npm run bundle",
"coverage": "nyc --reporter=lcov --reporter=text mocha --reporter dot test documentation",
"preversion": "npm run build && npm run bundle && npm run lint && npm run test && git add unexpected-dom.*",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && gh-pages -d site-build",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
},
Expand Down Expand Up @@ -50,6 +50,7 @@
"eslint-config-pretty-standard": "1.3.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
"gh-pages": "2.0.1",
"istanbul": "^0.4.5",
"jsdom": "^11.0.0",
"magicpen": "^5.12.0",
Expand Down

0 comments on commit e42683b

Please sign in to comment.