Skip to content

Commit b3b55c7

Browse files
committed
Do not run doctoc on examples
1 parent 52bbafa commit b3b55c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"scripts": {
5454
"test": "jest",
55-
"build": "doctoc . --github --title '<h1>Table of Contents</h1>'; babel src --out-dir lib;",
55+
"build": "doctoc README.md --github --title '<h1>Table of Contents</h1>'; babel src --out-dir lib;",
5656
"format": "prettier --write **/*.{js,jsx}",
5757
"format:check": "yarn format --check",
5858
"lint": "eslint --ignore-path .gitignore .",

0 commit comments

Comments
 (0)