Skip to content

chore(vue): option to disable vue error handler #90

chore(vue): option to disable vue error handler

chore(vue): option to disable vue error handler #90

Workflow file for this run

name: "Main workflow"
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install
- run: yarn lint-test
build:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 2
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install
- run: yarn build