Skip to content

feat: export module path #63

feat: export module path

feat: export module path #63

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0
cache: 'yarn'
- run: yarn install --immutable