fix(bundle): update vite input files path + add set -e in bash scripts to fail if command fails

This commit is contained in:
Yassine Doghri 2022-01-18 18:51:25 +00:00
commit 0ee53c71ff
6 changed files with 14 additions and 10 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# install only production dependencies using the --no-dev option
composer install --no-dev --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
VERSION=$1
COMPOSER_VERSION=$(echo "$VERSION" | perl -pe 's/(?<=[alpha|beta])\.//g')

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# see https://github.com/conventional-changelog/commitlint/issues/885

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
VERSION=$1