falkcorp/Frontend Release Build
Build frontend applications (React, Vue, Angular, etc.) with auto-detection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version to use | no | 22 |
| package-manager | Package manager (npm, yarn, pnpm) | no | npm |
| working-directory | Working directory for the project. Defaults to auto-detect: checks web/, frontend/, then . in that order. | no | "" |
| build-command | Build command | no | npm run build |
| test-command | Test command | no | npm test |
| lint-command | Lint command | no | npm run lint |
| run-tests | Run tests before building | no | true |
| run-lint | Run linter before building | no | true |
| build-output-dir | Build output directory (relative to working-directory) | no | dist |
| create-artifact | Upload build output as a GitHub Actions artifact | no | true |
| artifact-name | Artifact name | no | frontend-build |
| artifact-retention-days | Artifact retention days | no | 90 |
Outputs
| name | description |
|---|---|
| build-path | Path to build output |
| artifact-url | URL of the uploaded artifact |