Skip to content

fix: fix algorithm to detect if package is hybrid or not #399

fix: fix algorithm to detect if package is hybrid or not

fix: fix algorithm to detect if package is hybrid or not #399

Triggered via push August 26, 2024 15:14
Status Cancelled
Total duration 26s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build (20.x)
The run was canceled by @Romakita.
build (20.x): packages/monorepo/src/utils/packages/buildHybridPackages.js#L19
Replace `pkg.exports.import·&&·pkg.exports.require·||·pkg.exports["."]?.import·&&·pkg.exports["."]?.require` with `(pkg.exports.import·&&·pkg.exports.require)·||·(pkg.exports["."]?.import·&&·pkg.exports["."]?.require)`
build (20.x)
Process completed with exit code 1.