Skip to content

fix: infer correct dirname when a custom manifest is provided (#458) #498

fix: infer correct dirname when a custom manifest is provided (#458)

fix: infer correct dirname when a custom manifest is provided (#458) #498

Workflow file for this run

name: JS Build & Test
on: [push, pull_request]
jobs:
build:
name: Vite Plugin Ruby
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.2
with:
version: 8.6.5
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
node-version: ${{ matrix.node }}
- run: pnpm -C vite-plugin-ruby install --frozen-lockfile
- name: Build
run: pnpm -C vite-plugin-ruby build
- name: Test
run: pnpm -C vite-plugin-ruby test