diff --git a/package.json b/package.json index f066e3165d..eb292b7f85 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ ], "scripts": { + "all:install": "npm install", "adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"", "adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision", "adr:update-readme": "adr update",