Skip to content

Commit

Permalink
Add NPM run scripts for building docs
Browse files Browse the repository at this point in the history
Hard to remember the right incantations
  • Loading branch information
fatso83 committed Oct 13, 2018
1 parent e04c500 commit 5f3eb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"build": "run-p build-*",
"build-bundle": "node ./build.js",
"build-esm": "rollup -c",
"build-docs": "cd docs; bundle exec jekyll build",
"serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
"lint": "run-p lint-js lint-markdown",
"lint-js": "eslint '**/*.{js,mjs}'",
"lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
Expand Down

0 comments on commit 5f3eb35

Please sign in to comment.