Skip to content

fix: ignore artifacts files on npm run build #1036

fix: ignore artifacts files on npm run build

fix: ignore artifacts files on npm run build #1036

Workflow file for this run

name: Node CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run Unit Tests
run: npm run test:unit