Skip to content

fix: add regex for vue SFC to prevent instrumenting style and templates #94

fix: add regex for vue SFC to prevent instrumenting style and templates

fix: add regex for vue SFC to prevent instrumenting style and templates #94

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build