An open API service indexing awesome lists of open source software.

https://github.com/reslear/ionic-appflow-pnpm

how to use pnpm in ionic appflow
https://github.com/reslear/ionic-appflow-pnpm

Last synced: 4 months ago
JSON representation

how to use pnpm in ionic appflow

Awesome Lists containing this project

README

          

# ionic-appflow-pnpm
how to use pnpm in ionic appflow

# in you `appflow.config.json`

```json
{
"apps": [
{
"appId": "id",
"root": "frontend",
"dependencyInstallCommand": "npm i -g pnpm && pnpm i --filter=frontend",
"webBuildCommand": "pnpm build --filter=frontend"
}
]
}
```