From 1d12fad1dd0d81c1ad34b291c49a98ae540c9271 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 25 Aug 2022 08:30:21 +0200 Subject: [PATCH] build: add composables --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index a201fc6f1..6b22ad516 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -11,7 +11,7 @@ then # commit VERSION=$VERSION npm run build - git add dist + git add dist composables.* git commit -m "build: bundle $VERSION" npm version $VERSION --message "chore(release): %s"