Skip to content

πŸ› Fix(webpack): fix build output of d.ts files #16

πŸ› Fix(webpack): fix build output of d.ts files

πŸ› Fix(webpack): fix build output of d.ts files #16

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Format
run: pnpm format