Skip to content

Commit

Permalink
fix(release): delete between flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Aug 28, 2021
1 parent f297950 commit 3b98488
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"path": "@semantic-release/exec",
"cmd": "cd www; zip -r ../release-charite.zip *"
},
{
"path": "@semantic-release/exec",
"cmd": "rm www -r"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run prepare-bmg"
Expand All @@ -39,6 +43,10 @@
"path": "@semantic-release/exec",
"cmd": "cd www; zip -r ../release-bmg.zip *"
},
{
"path": "@semantic-release/exec",
"cmd": "rm www -r"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run prepare-bzga"
Expand All @@ -51,6 +59,10 @@
"path": "@semantic-release/exec",
"cmd": "cd www; zip -r ../release-bzga.zip *"
},
{
"path": "@semantic-release/exec",
"cmd": "rm www -r"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run prepare-rki"
Expand All @@ -63,6 +75,10 @@
"path": "@semantic-release/exec",
"cmd": "cd www; zip -r ../release-rki.zip *"
},
{
"path": "@semantic-release/exec",
"cmd": "rm www -r"
},
{
"path": "@semantic-release/exec",
"cmd": "npm run prepare-stanford"
Expand Down

0 comments on commit 3b98488

Please sign in to comment.