We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753446c commit 7d4e278Copy full SHA for 7d4e278
1 file changed
devbox.json
@@ -13,7 +13,7 @@
13
"shell": {
14
"init_hook": [
15
"echo 'Welcome to analytics-react-native devbox!' > /dev/null",
16
- "source \"$DEVBOX_PROJECT_ROOT/scripts/android-env.sh\"",
+ ". ./$DEVBOX_PROJECT_ROOT/scripts/android-env.sh",
17
"echo 'Android SDK env configured (details: wiki/devbox.md#devbox-android).'",
18
],
19
"scripts": {
0 commit comments