Skip to content

Commit 94b3bc8

Browse files
committed
fixing issues with homebrew install
1 parent b9bb9de commit 94b3bc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"chmod +x t3"
6767
],
6868
"phar:install": [
69-
"rm -rf /usr/local/bin/t3",
69+
"touch /usr/local/bin/t3",
70+
"rm -rf /usr/local/bin/t3 || true",
7071
"ln -s `realpath ./t3` /usr/local/bin/t3"
7172
],
7273
"phar:update": [
@@ -83,7 +84,7 @@
8384
"@cs"
8485
],
8586
"code:new-command": [
86-
"rm -Rf ~/.terminus/cache/commands",
87+
"rm -Rf ~/.terminus/cache/commands || true",
8788
"@update-class-lists",
8889
"bin/t3 self:clear-cache"
8990
],

0 commit comments

Comments
 (0)