Package Exports
- @architect/asap
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/asap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@architect/asap
Architect Static Asset Proxy (ASAP) - a helpful library for Lambda-based static asset delivery
Updating the ASAP build:
npm run build
- Reinstalls
@architect/functions
- If a new version is found:
- Creates a fresh bundle
- Updates and writes
package[-lock].json
- Creates a git commit + git tag (similar to
npm version...
)
- Reinstalls
Run npm run build
; if there's an update, simply git push
, and CI/CD will publish the updated package.