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

Only publish a consumable build to NPM #92

Open
dtweedle opened this issue Sep 4, 2018 · 0 comments
Open

Only publish a consumable build to NPM #92

dtweedle opened this issue Sep 4, 2018 · 0 comments

Comments

@dtweedle
Copy link

dtweedle commented Sep 4, 2018

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant