Skip to content

Removes test.only

Removes test.only #628

Workflow file for this run

name: Test build script
on:
push:
paths:
- 'scripts/build-docs.ts'
- 'scripts/build-docs.test.ts'
- 'scripts/lib/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run test