chore(bun): add interactive update command

This commit is contained in:
Paul Chavard 2024-05-22 09:21:25 +02:00
parent dd81baabe2
commit ff98fd351f

View file

@ -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",