Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
diavrank
Total activity
4
Last activity
June 27, 2023 23:12
Member since
June 27, 2023 17:53
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
diavrank
commented,
June 27, 2023 23:12
I finally found the way to execute alias commands in Run/Debug configuration on Mac. Basically, I had to create a script in package.json as shown: "start": "/bin/zsh -i -c \"dev && yarn start\"", ...
Community
PhpStorm
how to create a custom external command to execute a bash alias
0 votes
diavrank
commented,
June 27, 2023 17:57
When I try to execute an alias command from a Run/Debug configuration, I get this error: dev.sh: line 2: dev: command not found This is the full output: yarn run v1.22.17$ source dev.sh && yarn sta...
Community
PhpStorm
how to create a custom external command to execute a bash alias
0 votes