Skip to content

build(deps-dev): bump @rollup/plugin-terser from 0.4.3 to 0.4.4 #448

build(deps-dev): bump @rollup/plugin-terser from 0.4.3 to 0.4.4

build(deps-dev): bump @rollup/plugin-terser from 0.4.3 to 0.4.4 #448

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Lint commit message
run: npx commitlint --from=HEAD~1
- name: Run ESLint
run: npm run lint
- name: Lint TypeScript
run: npm run lint:dts
- name: Run unit tests
run: npm run test:coverage
- name: Run ES modules tests
run: npm run test:module
- name: Build bundle
run: npm run build
- name: Codecov
uses: codecov/codecov-action@v3