shell-emulator and cd support? #5706
Unanswered
HenrikPoulsen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that when the shell-emulator is enabled, cd commands (eg.
cd src && node something
) stops working (yieldscd: no such file or directory: src
.Is there any way to change the current working directory from scripts in package.json when shell-emulator is enabled?
If you disable it then it works fine
Beta Was this translation helpful? Give feedback.
All reactions