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 e22f560 commit c487fafCopy full SHA for c487faf
package.json
@@ -34,8 +34,8 @@
34
"cache-cmd": "node ./dist/cli.cjs",
35
"build": "rm -rf dist/* && microbundle --strict --target node --output dist/cli.ts --format cjs --generateTypes false",
36
"type-check": "tsc --build",
37
- "preversion": "git checkout main && git pull",
38
- "postversion": "git push --follow-tags && open https://github.com/dcastil/debounce-cmd/releases"
+ "preversion": "if [ -n \"$DANYS_MACHINE\" ]; then git checkout main && git pull; fi",
+ "postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/debounce-cmd/releases; fi"
39
},
40
"dependencies": {
41
"date-fns": "^2.25.0",
0 commit comments