flarum/Flarum JavaScript Build
Automatically compile your extension's JavaScript files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_script | The name of the package.json script to run to build your JS code | yes | build |
| build_typings_script | (If needed) The name of the package.json script to run to compile your Typescript typings | no | — |
| format_script | (If needed) The name of the package.json script to run to check code formatting | no | — |
| check_typings_script | (If needed) The name of the package.json script to run to typecheck your TypeScript code | no | — |
| type_coverage_script | (If needed) The name of the package.json script to run to assess TypeScript type coverage | no | — |
| test_script | (If needed) The name of the package.json script to run to run your tests | no | — |
| package_manager | Name of your JS package manager (either npm or yarn) | no | npm |
| js_path | Path to your Javascript folder from the root of your repository (e.g. ./js) | no | ./js |
| do_not_commit | When true, prevents committing compiled code and typings to your repository. | no | false |
| commit_all_dirty | Set to `true` to commit all file changes, not just files in the dist JS directory. | no | false |
| git_actor_name | The name of the git actor to use for the bundled JS output. | no | — |
| git_actor_email | The email of the git actor to use for the bundled JS output. | no | — |
Outputs
no outputs