Skip to content

[cli] add npmrc file for pnpm projects that use NativeWind and Expo R… #557

[cli] add npmrc file for pnpm projects that use NativeWind and Expo R…

[cli] add npmrc file for pnpm projects that use NativeWind and Expo R… #557

Workflow file for this run

on:
push:
paths: ['cli/**']
pull_request:
paths: ['cli/**']
name: run-tests
jobs:
build-and-test:
name: build-and-test
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: cli
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- run: bun run test