From f5cb1c207cdbf2540dac89b204191f7ef31f7c15 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Thu, 4 May 2023 11:41:59 +0300 Subject: [PATCH] chore: Add npm-script to nuke and reinstall dependencies Co-authored-by: Gabriel Signed-off-by: Iku-turso --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e1712aaeb8..45d6343ff8 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ ], "scripts": { + "all:reinstall": "npm run clean:node_modules && npm run all:install", "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",