Skip to content

Commit

Permalink
build: add composables
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 25, 2022
1 parent 67571bb commit 1d12fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1d12fad

Please sign in to comment.