Skip to content

chore(.eslintrc.json): modifying eslint-plugin-react-compiler to reac… #454

chore(.eslintrc.json): modifying eslint-plugin-react-compiler to reac…

chore(.eslintrc.json): modifying eslint-plugin-react-compiler to reac… #454

Workflow file for this run

name: Publish Any Commit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpx pkg-pr-new publish './dist' --compact --template './examples/*'