Skip to content

Add Chinese translation #33

Add Chinese translation

Add Chinese translation #33

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install and Build 🏭
run: |
npm ci
npm run pre-push
npm run build-ci
env:
LESSON_BUILDER_ENV: production