Skip to content

Commit 1d12fad

Browse files
committed
build: add composables
1 parent 67571bb commit 1d12fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)