Skip to content

Commit

Permalink
Do not run doctoc on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
moretti committed May 29, 2021
1 parent 52bbafa commit b3b55c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"scripts": {
"test": "jest",
"build": "doctoc . --github --title '<h1>Table of Contents</h1>'; babel src --out-dir lib;",
"build": "doctoc README.md --github --title '<h1>Table of Contents</h1>'; babel src --out-dir lib;",
"format": "prettier --write **/*.{js,jsx}",
"format:check": "yarn format --check",
"lint": "eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit b3b55c7

Please sign in to comment.