fix: devbox on mac conflicts
This commit is contained in:
parent
61efa851fd
commit
9731a313be
1 changed files with 17 additions and 18 deletions
|
|
@ -9,12 +9,11 @@
|
||||||
],
|
],
|
||||||
"shell": {
|
"shell": {
|
||||||
"init_hook": [
|
"init_hook": [
|
||||||
"echo 'Welcome to devbox!' > /dev/null"
|
"echo 'Welcome to devbox!' > /dev/null",
|
||||||
|
"unset DEVELOPER_DIR"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": [
|
"test": ["echo \"Error: no test specified\" && exit 1"]
|
||||||
"echo \"Error: no test specified\" && exit 1"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue