From 73d85df8d6a482cfb256f68050a65cb1c4b27447 Mon Sep 17 00:00:00 2001 From: Abel Lopes Date: Thu, 25 Jul 2024 20:10:03 +0100 Subject: [PATCH] chore: add build reset command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fef3fb47..00a163e8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "clean:cache": "lerna exec -- rm -rf .eslintcache cache", "clean:deps": "lerna exec -- rm -rf node_modules && rm -rf node_modules", "audit": "sh ./scripts/audit.sh && lerna exec --concurrency 1 -- sh ../../../scripts/audit.sh", - "todo": "npx leasot '{.,*}**' -i '**/node_modules/**' -S -x" + "todo": "npx leasot '{.,*}**' -i '**/node_modules/**' -S -x", + "reset": "npm run clean && npm i && npm run build:infra && npm run prebuild" }, "devDependencies": { "@abelflopes/eslint-config-tsr-pro": "^2.0.1",