An open API service indexing awesome lists of open source software.

https://github.com/single-spa/action-build-global-script-deps

A github action for building global script dependencies to be hosted on a CDN
https://github.com/single-spa/action-build-global-script-deps

Last synced: 10 months ago
JSON representation

A github action for building global script dependencies to be hosted on a CDN

Awesome Lists containing this project

README

          

# action-build-import-map-microfrontend-deps

Github action for building import-map-microfrontend-deps

## Usage

Add a `uses: single-spa/action-build-global-script-deps@v1` step to your Github workflow

## Inputs

See [action.yml](/action.yml) for a list of all required and optional inputs

## Example

```yml
- name: Build Global Script Dependencies
uses: single-spa/action-build-global-script-deps@v1
with:
global-scripts: global-scripts.json
output-folder: dist
```