actions-marketplace-validations/Compute JS Bundle size
Github action to compute total JS bundle size
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| bootstrap | cli command for installing dependencies ex npm install | yes | npm install |
| build_command | cli command for building repository ex npm run build | yes | npm run build |
| dist_path | output path for the build package | yes | dist |
Outputs
| name | description |
|---|---|
| size | Build Size |