Remove init hook
All checks were successful
Test / Build (push) Successful in 3s
Test / Test (push) Successful in 3s

This commit is contained in:
Chris Daßler
2025-02-13 00:14:31 +01:00
parent f4bf3dd277
commit ef2218f5b5

View File

@@ -2,9 +2,7 @@
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json", "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": ["gh@2.66.1"], "packages": ["gh@2.66.1"],
"shell": { "shell": {
"init_hook": [ "init_hook": [],
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": { "scripts": {
"test": [ "test": [
"echo \"Ok: Simply return code 0\" && exit 0" "echo \"Ok: Simply return code 0\" && exit 0"