chore(bun): add interactive update command
This commit is contained in:
parent
dd81baabe2
commit
ff98fd351f
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@
|
|||
"graphql:doc:build": "RAILS_ENV=production bin/rake graphql:schema:idl && spectaql spectaql_config.yml",
|
||||
"postinstall": "patch-package",
|
||||
"test": "vitest",
|
||||
"coverage": "vitest run --coverage"
|
||||
"coverage": "vitest run --coverage",
|
||||
"up": "bunx npm-check-updates --root --format group -i"
|
||||
},
|
||||
"resolutions": {
|
||||
"string-width": "4.2.2",
|
||||
|
|
Loading…
Reference in a new issue