From 504cc355f8920e708a95757ed85d835ca2d4574d Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:39:43 +0100 Subject: [PATCH] fix publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b654c2..ae6c25b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prepare": "husky install", "prerelease": "npm run test:lint && npm run build", "release": "npm run release --workspace @assetpack/core", - "public-ci": "npm run publish-ci --workspace @assetpack/core", + "publish-ci": "npm run publish-ci --workspace @assetpack/core", "pretest": "npm run clean", "test": "vitest run", "test:lint": "xs lint",