We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a716b commit e8eb927Copy full SHA for e8eb927
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"toc": "node_modules/doctoc/doctoc.js README.md",
9
- "fmt": "data=\"$(cat README.md | mdgofmt-cli)\"; ! [[ -z $data ]] && echo \"$data\" > README.md",
+ "fmt": "data=\"$(cat README.md | mdgofmt-cli)\" && ! [ -z \"$data\" ] && echo \"$data\" > README.md",
10
"build": "npm run toc; npm run fmt",
11
"serve": "node_modules/markserv/server.js"
12
},
0 commit comments