Skip to content

Merge pull request #93 from cooklang/feat/shopping-list-checked-support #134

Merge pull request #93 from cooklang/feat/shopping-list-checked-support

Merge pull request #93 from cooklang/feat/shopping-list-checked-support #134

Workflow file for this run

name: Preview
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- name: Publish Preview Versions
run: npx pkg-pr-new publish './typescript' --template './playground'