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",