shaunchurch/Next.js Bundle Monitor
Github action to monitor the size of your Next.js bundle.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| install_command | Command to install dependencies, default: npm install | yes | npm install |
| build_command | Command for building the app, default: npm run build | yes | npm run build |
| dist_path | Output directory, default: .next | yes | .next |
| workspace | Working directory | yes | — |
Outputs
| name | description |
|---|---|
| size | Next.js bundle size monitor |