Remove init hook
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user