Skip to content

Commit

Permalink
build: add pkg-pr-new (#5866)
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 authored Nov 25, 2024
1 parent 86250c6 commit c106a39
Show file tree
Hide file tree
Showing 4 changed files with 678 additions and 209 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
with:
path: |
**/node_modules
**/.turbo
/home/runner/.cache/Cypress
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

Expand All @@ -163,3 +164,7 @@ jobs:
- name: Try to build the packages
id: build-packages
run: npm run build:ci

- name: Soft release
id: soft-release
run: npx pkg-pr-new publish './packages/*' --compact
Loading

0 comments on commit c106a39

Please sign in to comment.