From b258ac566afb5186b79d3989ff65bb77244559a6 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:28:23 +0200 Subject: [PATCH] fix: release command (#109) fixes the release command based on https://github.com/ipfs/aegir/releases/tag/v43.0.0 Co-authored-by: Daniel N <2color@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34adbc5a..78bf1ea0 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "dep-check": "aegir run dep-check", "doc-check": "aegir run doc-check", "release": "run-s build docs:no-publish npm:release docs", - "npm:release": "aegir release", + "npm:release": "aegir run release", "docs": "aegir docs", "docs:no-publish": "aegir docs --publish false" },