Skip to content

Commit e2bbc20

Browse files
committed
build: add composables
1 parent fba4e36 commit e2bbc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then
1111

1212
# commit
1313
VERSION=$VERSION npm run build
14-
git add dist
14+
git add dist composables.*
1515
git commit -m "build: bundle $VERSION"
1616
npm version $VERSION --message "chore(release): %s"
1717

0 commit comments

Comments
 (0)