Skip to content

fix: ts errors

fix: ts errors #593

Workflow file for this run

name: 'ci-vue2-template'
on:
push:
paths:
- 'packages/cli/templates/vue2/**'
- 'packages/field-plugin/**'
jobs:
check-if-releasing-library:
uses: ./.github/workflows/check-if-releasing-library.yml
build:
needs: check-if-releasing-library
if: ${{ needs.check-if-releasing-library.outputs.result == 'false' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.16.0
cache: 'yarn'
- run: yarn install
- run: yarn workspace field-plugin-vue2-template build