Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Only publish a consumable build to NPM #92

Open
@dtweedle

Description

@dtweedle

Issue

The SpeechToText repository currently publishes all it's source files directly to the NPM package. NPM is not a revisioning management system and putting the compilation steps into user space defeats the purpose of using npm as a package manager.

There is also the question of added complexity that users face when they try to consume this library, users with stricter typing rules or different compiler versions are going to encounter issues when trying to build.

Proposal

  1. Stop publishing source code.
  2. Add appropriate build steps
  3. Publish only the built files and the needed declarations

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