software-mansion / setup-ci

CLI to spin your CI/CD for react-native!
MIT License
160 stars 1 forks source link

feat: make adding deps independent from gluegun #132

Closed km1chno closed 5 days ago

km1chno commented 1 week ago

Description

This is the first step of support for bun and pnpm. We want to be independent from gluegun in terms of installing dependencies as it does not support bun nor pnpm.

Changes