Skip to content

build

build #21

Workflow file for this run

name: build
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23
- run: npm install
- run: |
cat samples/playground_without_emoji.lexical.json | node lexical-cli-render.ts
sed -i 's@"type": "module",@@' package.json
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts