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:
parent
299f5b725b
commit
3e96642c28
2 changed files with 5 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
set -eo pipefail
|
||||
|
||||
echo Building packages
|
||||
pnpm -- lerna run build --stream
|
||||
|
||||
|
|
Loading…
Reference in a new issue