Skip to content

Commit

Permalink
Merge pull request #3 from spotify/publish-with-main
Browse files Browse the repository at this point in the history
Specify main as the release branch
  • Loading branch information
drubinstein authored Jun 21, 2022
2 parents 9c27fe9 + 6bb1073 commit 5142218
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"format": "web-scripts format",
"prepublishOnly": "$npm_execpath run build"
},
"release": {
"branches": ["main"]
},
"husky": {
"hooks": {
"commit-msg": "web-scripts commitmsg",
Expand Down Expand Up @@ -49,4 +52,4 @@
"@tensorflow/tfjs": "^3.2.0",
"@tonejs/midi": "^2.0.28"
}
}
}

0 comments on commit 5142218

Please sign in to comment.