Skip to content

Stop tracking dist/ and instead automatically commit and push it to a release branch #2

Stop tracking dist/ and instead automatically commit and push it to a release branch

Stop tracking dist/ and instead automatically commit and push it to a release branch #2

Workflow file for this run

name: Run the tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run prepare