Skip to content

Commit

Permalink
chore: fix the even cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 20, 2021
1 parent e751f6a commit 1ea3204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"after-version": "echo [trigger after-version] {NEXT_VERSION}",
"before-npm": "echo [trigger before-npm]; node --version; npm --version",
"before-push": "echo [trigger before-push]; sed -i 's/echo v.*;/echo {NEXT_VERSION};/' ./please; git add ./please",
"before-vcs": "echo [trigger before-vcs]; VCS https://github.com/{REPO}",
"before-vcs": "echo [trigger before-vcs] VCS https://github.com/{REPO}",
"before-phar": "echo [trigger before-phar] Phar binary: {PBIN}",
"after-all": "echo [trigger after-all]; ./please version"
}

0 comments on commit 1ea3204

Please sign in to comment.