Skip to content

Commit 1acc34c

Browse files
committed
use nvm in the justfile
1 parent 8756928 commit 1acc34c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ watch-phpstan *args='':
3030
find config/ src/ tests/ -type f -name '*.php' | entr j phpstan "${@}"
3131

3232
release-interactive: fix phpunit
33-
release-it
33+
#!/usr/bin/env bash
34+
source ~/.nvm/nvm.sh && nvm use && release-it
3435

0 commit comments

Comments
 (0)