Fix mail test and add bundle install to devbox

This commit is contained in:
Linus Gasser 2025-10-08 17:42:21 +02:00
parent a1d8acbb48
commit 401ed3ddf4
2 changed files with 38 additions and 15 deletions

View file

@ -12,7 +12,8 @@
},
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
"bundle config set with 'development,test'",
"bundle install"
],
"scripts": {
"test": [