Skip to content

Commit

Permalink
Publish preview releases of phoenix-client
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Jan 25, 2025
1 parent cb25a6d commit 19f791a
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/typescript-packages-publish-experimental.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish Any Pull Request
on:
pull_request:
paths:
- "js/**"
- ".github/workflows/typescript-packages-publish-experimental.yml"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- run: pnpx pkg-pr-new publish ./js/packages/phoenix-client
1 change: 1 addition & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"pkg-pr-new": "^0.0.39",
"prettier": "^3.4.1",
"rimraf": "^5.0.10",
"tsc-alias": "^1.8.10",
Expand Down
Loading

0 comments on commit 19f791a

Please sign in to comment.