Skip to content

Commit

Permalink
chore: do not process output with jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jun 29, 2021
1 parent 4a47bd1 commit deef459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -22,8 +22,8 @@
"codecov": "lerna run codecov",
"codecov:browser": "lerna run codecov:browser",
"predocs-test": "npm run docs",
"docs": "typedoc",
"docs-deploy": "gh-pages --dist docs",
"docs": "typedoc && touch out/.nojekyll",
"docs-deploy": "gh-pages --dotfiles --dist docs",
"lint": "lerna run lint",
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
"lint:fix": "lerna run lint:fix",
Expand Down

0 comments on commit deef459

Please sign in to comment.