mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
21 lines
367 B
JSON
21 lines
367 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.1/.schema/devbox.schema.json",
|
||
|
"packages": [
|
||
|
"pnpm@latest"
|
||
|
],
|
||
|
"shell": {
|
||
|
"init_hook": [
|
||
|
"pnpm install"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": [
|
||
|
"pnpm run gen:protobufs",
|
||
|
"pnpm run build"
|
||
|
],
|
||
|
"publish": [
|
||
|
"pnpm publish"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|