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
Description
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
- Stop publishing source code.
- Add appropriate build steps
- Publish only the built files and the needed declarations
Metadata
Metadata
Assignees
Labels
No labels