Skip to content

Commit

Permalink
Add morph to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Nov 22, 2021
1 parent c381571 commit c3dd919
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ function writeNewAlpineVersion() {

writeToPackageDotJson('collapse', 'version', version)
console.log('Bumping @alpinejs/collapse package.json: '+version)

writeToPackageDotJson('morph', 'version', version)
console.log('Bumping @alpinejs/morph package.json: '+version)
}

function writeNewDocsVersion() {
Expand Down Expand Up @@ -83,6 +86,9 @@ function publish() {
console.log('Publishing @alpinejs/collapse on NPM...');
runFromPackage('collapse', 'npm publish --access public')

console.log('Publishing @alpinejs/morph on NPM...');
runFromPackage('morph', 'npm publish --access public')

log('\n\nFinished!')
}

Expand Down

0 comments on commit c3dd919

Please sign in to comment.