chore: do the thing
This commit is contained in:
parent
f0b3b8b256
commit
f9034ee053
|
@ -8,7 +8,7 @@ const {
|
||||||
FLECKS_CORE_ROOT = process.cwd(),
|
FLECKS_CORE_ROOT = process.cwd(),
|
||||||
} = process.env;
|
} = process.env;
|
||||||
|
|
||||||
const args = ['echo', 'npm', 'publish', '--provenance'];
|
const args = ['npm', 'publish', '--provenance'];
|
||||||
const {workspaces} = require(join(FLECKS_CORE_ROOT, 'package.json'));
|
const {workspaces} = require(join(FLECKS_CORE_ROOT, 'package.json'));
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user