Skip to content

fix(TS) Include all files in browser-detection for type declaration #83

fix(TS) Include all files in browser-detection for type declaration

fix(TS) Include all files in browser-detection for type declaration #83

Workflow file for this run

name: Simple CI
on: [pull_request]
jobs:
run-ci:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm install
- run: npm run lint