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
# see https://github.com/conventional-changelog/commitlint/issues/885