From af5267f17d5b2f4d5e6a2f420f866f81df8ead7d Mon Sep 17 00:00:00 2001 From: Sherakama Date: Thu, 5 Oct 2023 20:10:58 -0700 Subject: [PATCH] Update launch-preview.js --- launch-preview.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/launch-preview.js b/launch-preview.js index 6d49d04ff..e0f24b973 100644 --- a/launch-preview.js +++ b/launch-preview.js @@ -13,10 +13,6 @@ execSync('rm -Rf ./styleguide'); console.log('Cloning...'); execSync(`git clone -b ${branch} https://github.com/su-sws/decanter-web.git styleguide`); -// Change to the testing branch. -console.log('Checking out...'); -execSync(`cd styleguide && git checkout ${branch}`); - // Add this branch as a dependency. console.log('Adding dependency...'); console.log('Running', `npm install github:SU-SWS/decanter# + ${branch}`);