Skip to content

feat: add article about "How to decrease deployment time by 44% with … #481

feat: add article about "How to decrease deployment time by 44% with …

feat: add article about "How to decrease deployment time by 44% with … #481

Workflow file for this run

name: Build Test
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Checkout Commit
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@next-9 --activate
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
env:
LOCALE_CI: en