Skip to content

Commit 6d407ec

Browse files
committed
v3.1.1
1 parent eed2d19 commit 6d407ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test-js": "echo todo: async mocha",
2525
"test-cli": "npm uninstall -g rexreplace && npm -g install ./ && bash test/cli/run.sh",
2626
"test-speed": "bash test/speed/run.sh",
27-
"prepublishOnly": "git pull && npm test-minify && npm run load-options",
27+
"QprepublishOnly": "git pull && npm test-minify && npm run load-options",
2828
"postpublish": "git add --all && git commit -m v$(node -e 'console.log(require(`./package.json`).version)') && git tag v$(node -e 'console.log(require(`./package.json`).version)') && git push && git push --tag && (open https://github.com/mathiasrw/rexreplace/releases || 1)",
2929
"load-options": "rr -h | rr 'Options:([\\s\\S]+)Examples:' _ -m | rr '\n {26,}' ' ' | rr \"'\" '`' | rr '^ (-.+?), (--[^ ]+) *' '`€1` | **`€2`** ' | rr '(^---- . ----\n)[\\s\\S]*?(\n## Good to know)' '€1 + _pipe + €2' readme.md -jT",
3030
"halt-on-changes": "bash -c \"[[ 0 == $(git diff --numstat -- ./src ':(exclude)package-lock.json' | wc -l | tr -d ' ') ]] && echo 'All good (No changes found)' && exit 0 || echo 'Oh! Changes found. Did you forget to ´npm run format´?' && git diff -- ./src ':(exclude)package-lock.json' | cat && exit 1\"",

0 commit comments

Comments
 (0)