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
- Host: GitHub
- URL: https://github.com/reslear/ionic-appflow-pnpm
- Owner: reslear
- Created: 2021-11-08T22:10:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T22:13:53.000Z (over 4 years ago)
- Last Synced: 2025-10-11T07:33:39.734Z (8 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
]
}
```