Skip to content

Commit

Permalink
feat: trigger vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Trancever committed Dec 17, 2020
1 parent c4f3662 commit eb21a1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const options = {
};

let result;

if (process.cwd() !== root || args.length) {
if (args.length === 1 && args[0] === 'install') {
result = child_process.spawnSync('yarn', ['bootstrap'], options);
Expand Down

0 comments on commit eb21a1e

Please sign in to comment.