0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: fix package script and fail fast

This commit is contained in:
Gao Sun 2022-07-02 12:40:22 +08:00
parent 299f5b725b
commit 3e96642c28
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 5 additions and 0 deletions

View file

@ -67,6 +67,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2
- name: Package
run: ./package.sh

View file

@ -1,3 +1,5 @@
set -eo pipefail
echo Building packages
pnpm -- lerna run build --stream