From e9b043531d9f6fd5c2ca4e313a7ce384ef36b3e2 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:15:44 +0200 Subject: [PATCH] fix: release command fixes the release command based on https://github.com/ipfs/aegir/releases/tag/v43.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34adbc5..78bf1ea 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" },