Skip to content

refactor: rename all uses of "rpc" to "action" internally #645

refactor: rename all uses of "rpc" to "action" internally

refactor: rename all uses of "rpc" to "action" internally #645

Workflow file for this run

on:
pull_request:
paths:
- packages/**
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn build
- run: yarn install # re-install to detect CLIs
# create examples
- run: ./node_modules/.bin/create-actor --platform nodejs --template chat-room templates/chat-room
- run: ./node_modules/.bin/create-actor --platform nodejs --template counter templates/counter
# TODO: Add --compact once we publish them to npm
- run: yarn dlx pkg-pr-new publish 'packages/**/platforms/*' 'packages/*' 'packages/frameworks/*' --template './templates/*' --packageManager yarn