Skip to content

Bump esbuild-svelte from 0.8.1 to 0.9.0 #400

Bump esbuild-svelte from 0.8.1 to 0.9.0

Bump esbuild-svelte from 0.8.1 to 0.9.0 #400

name: Build PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply changes from build