diff --git a/package.json b/package.json index 65465ec09b..270939bc77 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",