We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8756928 commit 1acc34cCopy full SHA for 1acc34c
1 file changed
justfile
@@ -30,5 +30,6 @@ watch-phpstan *args='':
30
find config/ src/ tests/ -type f -name '*.php' | entr j phpstan "${@}"
31
32
release-interactive: fix phpunit
33
- release-it
+ #!/usr/bin/env bash
34
+ source ~/.nvm/nvm.sh && nvm use && release-it
35
0 commit comments