chore: add setup script in devbox.json to install tparse
This commit is contained in:
parent
7b2002b7c8
commit
5de84c6de7
1 changed files with 18 additions and 18 deletions
36
devbox.json
36
devbox.json
|
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
||||||
"packages": [
|
"packages": [
|
||||||
"go@1.25.5",
|
"go@1.25.5",
|
||||||
"templ@0.3.960",
|
"templ@0.3.960",
|
||||||
"go-task@3.45.5",
|
"go-task@3.45.5",
|
||||||
"tailwindcss_4@4.2.1",
|
"tailwindcss_4@4.2.1",
|
||||||
"nodejs@24",
|
"nodejs@24",
|
||||||
"goose@latest"
|
"goose@latest"
|
||||||
],
|
],
|
||||||
"shell": {
|
"shell": {
|
||||||
"init_hook": [
|
"init_hook": [
|
||||||
"echo 'Welcome to devbox!' > /dev/null",
|
"echo 'Welcome to devbox!' > /dev/null",
|
||||||
"unset DEVELOPER_DIR"
|
"unset DEVELOPER_DIR"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": ["echo \"Error: no test specified\" && exit 1"]
|
"setup": ["go install github.com/mfridman/tparse@latest"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue