From 3a8154fda3fb285475f628c0ed04304b640fa4f2 Mon Sep 17 00:00:00 2001 From: Philipp Rummelsberger Date: Tue, 21 Feb 2023 10:08:07 +0100 Subject: [PATCH] #72: commit --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 7d46ad34..4d0e0951 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,3 @@ -#!/usr/bin/env bash stencil := "mwui-stencil" react := "mwui-react" angular := "mwui-angular" @@ -17,3 +16,6 @@ dev: publish versionType: release-it {{ versionType }} --dry-run + +publish-stencil versionType: + cd {{ stencil }} && release-it {{ versionType }} --dry-run