From f9034ee0535fc66048603824bf015fc06df5b5c8 Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 8 Feb 2024 03:29:41 -0600 Subject: [PATCH] chore: do the thing --- build/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/publish.js b/build/publish.js index e0d8f8d..cd34405 100644 --- a/build/publish.js +++ b/build/publish.js @@ -8,7 +8,7 @@ const { FLECKS_CORE_ROOT = process.cwd(), } = process.env; -const args = ['echo', 'npm', 'publish', '--provenance']; +const args = ['npm', 'publish', '--provenance']; const {workspaces} = require(join(FLECKS_CORE_ROOT, 'package.json')); (async () => {