Skip to content

Add the missing exports condition to support vite-plugin-svelte v3 #225

Add the missing exports condition to support vite-plugin-svelte v3

Add the missing exports condition to support vite-plugin-svelte v3 #225

Workflow file for this run

name: Check Formatting
on:
pull_request:
branches: [master]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Format
run: |
npm ci
npm run formatting:check