Skip to content

Commit

Permalink
Update launch-preview.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Oct 6, 2023
1 parent 028ba54 commit af5267f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions launch-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit af5267f

Please sign in to comment.