Skip to content

Commit

Permalink
chore: Get ready for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Dec 26, 2021
1 parent d187bf6 commit f13d5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ coverage
yarn-error.log

.next
docs/
typedoc.json
.parcel-cache

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"start:docs": "npm run generate-typedoc && next dev",
"test": "uvu -r esm ./tests",
"test:watch": "watchlist src tests -- npm run test",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"version": "npm run build:docs && git add docs"
},
"lint-staged": {
"*.{css,json,md}": [
Expand Down

0 comments on commit f13d5d1

Please sign in to comment.