From 360f546d46ad545619755be710753654f6ed3c05 Mon Sep 17 00:00:00 2001 From: Addon Stack Date: Fri, 10 Oct 2025 14:52:29 +0300 Subject: [PATCH] chore: add release and release:preview commands to package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6615d3b..c162cc6 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,9 @@ "test:locale": "jest --testPathPatterns=Locale", "test:manifest": "jest --testPathPatterns=src/cli/builders/manifest", "test:entrypoint": "jest --testPathPatterns=src/cli/entrypoint", - "test:plugins": "jest --testPathPatterns=src/cli/plugins" + "test:plugins": "jest --testPathPatterns=src/cli/plugins", + "release": "release-it", + "release:preview": "release-it --no-github.release --no-npm.publish --no-git.tag --ci" }, "dependencies": { "@addon-core/browser": "^0.2.1",