Skip to content

fix: fix path resolution when running in non-root directories #17

fix: fix path resolution when running in non-root directories

fix: fix path resolution when running in non-root directories #17

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
- beta
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18
cache: yarn
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test