chore: do the thing

This commit is contained in:
cha0s 2024-02-08 03:29:41 -06:00
parent f0b3b8b256
commit f9034ee053

View File

@ -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 () => {