Skip to content

Commit ec18052

Browse files
author
Tomek Wiszniewski
committed
Some helpful messages
1 parent 8c7020c commit ec18052

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"precommit": "npm run create-readme && git add README.md",
9-
"create-readme": "doxie --render < ./scripts.json --inject into README.md",
10-
"create-toc": "doxie --render .doxie.render.toc.js < ./scripts.json --inject into README.md as toc",
11-
"generate": "npm run create-readme; npm run create-toc"
8+
"precommit": "npm run update-readme && git add README.md",
9+
"update-readme": "echo 'Updating the readme…'; doxie --render < ./scripts.json --inject into README.md && echo '…done!'",
10+
"update-toc": "echo 'Updating the table of contents…'; doxie --render .doxie.render.toc.js < ./scripts.json --inject into README.md as toc && echo '…done!'",
11+
"generate": "npm run update-readme; npm run update-toc"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy