From 160ce5216af539f620c26cf03875be2f1f0329da Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 10 Nov 2021 16:34:08 +0100 Subject: [PATCH] fix: CLI as package.json script --- bin/config-sync | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/config-sync b/bin/config-sync index 08df9da..a75061e 100644 --- a/bin/config-sync +++ b/bin/config-sync @@ -2,6 +2,4 @@ 'use strict'; -const cli = require('../server/cli'); - -cli(); +require('../server/cli');