Skip to content

refactor: set templateRootPath manually #22

refactor: set templateRootPath manually

refactor: set templateRootPath manually #22

Workflow file for this run

name: Build
on:
push:
jobs:
build-jsii:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
- run: pnpm run package