Skip to content

Custom build grabs version tag from the parent project #871

Closed
@forbesjo

Description

@forbesjo

I've installed shaka-player as a dependency to my app and am creating a custom build which removes modules I don't need:

...
    "prebuild": "node_modules/shaka-player/build/build.py --name bc +@complete -@offline -@cast -@hls --force",
...

This grabs my project's git version and messes up shaka.Player.version. The build process should probably fall back to using npm_version() somehow.

Metadata

Metadata

Labels

status: archivedArchived and locked; will not be updatedtype: bugSomething isn't working correctly

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions