We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bbafa commit b3b55c7Copy full SHA for b3b55c7
1 file changed
package.json
@@ -52,7 +52,7 @@
52
},
53
"scripts": {
54
"test": "jest",
55
- "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;",
56
"format": "prettier --write **/*.{js,jsx}",
57
"format:check": "yarn format --check",
58
"lint": "eslint --ignore-path .gitignore .",
0 commit comments