digital-gravy/Build ZIP File
Runs a build command and locates the generated ZIP file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_command | Command to build the ZIP file | no | npm run build:zip |
| dist_dir | Directory where the ZIP file will be generated | yes | — |
Outputs
| name | description |
|---|---|
| zip_file | Full path to the created ZIP file |
| filename | Name of the created ZIP file |