From eb21a1eb292c9ef03143261bf103349da1522420 Mon Sep 17 00:00:00 2001 From: Trancever Date: Thu, 17 Dec 2020 13:50:42 +0100 Subject: [PATCH] feat: trigger vercel deployment --- scripts/bootstrap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/bootstrap.js b/scripts/bootstrap.js index 413be16..0620c37 100644 --- a/scripts/bootstrap.js +++ b/scripts/bootstrap.js @@ -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);