From 2c22d0bd9ca0f8ce3af2029220d131b7211e3515 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Fri, 30 Dec 2022 17:43:55 +0100 Subject: [PATCH] chore: Reconfigure as part of bootstrap --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4629c97588e..2144d6b2f83 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "tips": "node scripts/help.mjs", "lab": "cd sites/lab && yarn start", "lab-debug": "cd sites/lab && yarn start-debug", - "kickstart": "npx lerna bootstrap && yarn buildall && yarn prepare && yarn tips", + "kickstart": "npx lerna bootstrap && yarn reconfigure && yarn buildall && yarn prepare && yarn tips", "kickstart:windows": "npx lerna bootstrap && yarn wbuildall && yarn prepare && yarn tips", "cleanall": "lerna run clean", "test": "lerna run test",