Skip to content

Commit

Permalink
add gh-pages pkg to manage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Jan 2, 2018
1 parent 9a8a23d commit d9ad473
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 2 deletions.
79 changes: 78 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"cross-env NODE_ENV=development webpack-dev-server --watch --config build/webpack.conf.js --inline --hot",
"prod":
"NODE_ENV=production webpack-dev-server --watch --config build/webpack.conf.js --inline --hot",
"docs": "docute ./docs --watch",
"docs:dev": "docute ./docs --watch",
"docs:deploy": "gh-pages -d docs",
"test": "jest --config test/unit/jest.conf.js --coverage",
"test:watch": "jest --config test/unit/jest.conf.js --watch"
},
Expand Down Expand Up @@ -87,6 +88,7 @@
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-vue": "^4.0.0-beta.3",
"friendly-errors-webpack-plugin": "^1.6.1",
"gh-pages": "^1.1.0",
"inject-loader": "^3.0.0",
"jest": "^21.2.0",
"jest-serializer-vue": "^0.3.0",
Expand Down

0 comments on commit d9ad473

Please sign in to comment.