Skip to content

Commit

Permalink
fix(release): update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Aug 28, 2021
1 parent 1285a69 commit 83ce090
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"path": "@semantic-release/exec",
"cmd": "node ./scripts/version.js ${nextRelease.version} ${commits[0].commit.short} ${commits[0].commit.long}"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run prepare-charite"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run build-charite"
Expand Down Expand Up @@ -81,11 +77,7 @@
},
{
"path": "@semantic-release/exec",
"cmd": "npm run prepare-stanford"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run build"
"cmd": "npm run build-stanford"
},
{
"path": "@semantic-release/exec",
Expand Down

0 comments on commit 83ce090

Please sign in to comment.