Skip to content

Commit

Permalink
Use bash for running release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 28, 2020
1 parent 6030f2a commit c64a636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"typo3-ter/web2pdf": "self.version"
},
"scripts": {
"extension-package": ["sh Build/package-version.sh"],
"publish-package": ["sh Build/publish-version.sh"],
"extension-package": ["bash -x Build/package-version.sh"],
"publish-package": ["bash -x Build/publish-version.sh"],
"post-autoload-dump": [
"mkdir -p public/typo3conf/ext/",
"[ -L public/typo3conf/ext/web2pdf ] || ln -snvf ../../../. public/typo3conf/ext/web2pdf"
Expand Down

0 comments on commit c64a636

Please sign in to comment.