chore: set -ex on pack and build step

This commit is contained in:
Elliot DeNolf
2024-04-25 23:56:16 -04:00
parent 7221725121
commit fbdfe1d9dd

View File

@@ -328,6 +328,7 @@ jobs:
- name: Pack and build app
run: |
set -ex
pnpm run script:pack --dest templates/blank-3.0
cd templates/blank-3.0
cp .env.example .env