Skip to content

Prepare script fix #1

@CHaNGeTe

Description

@CHaNGeTe

Hello guys.
As lib is git ignored, this resolutions don't work:
"main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",
at least installing via repo (not npm).

Prepare scripts (which generates the lib folder) is assuming bob is installed globally when used as dependency, makes sense to change it to:
"prepare": "npx react-native-builder-bob build",
?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions