aws-samples / medical-transcription-analysis

Medical Transcription Analysis (MTA) demonstrates how the integration of Amazon Comprehend Medical and Amazon Transcribe Medical can be used to transcribe audio data, extract key medical components and tag the data to their corresponding entities. Automating the medical transcription and comprehension process makes it easier for health care professionals to focus on patient care.
MIT No Attribution
78 stars 34 forks source link

Fix installation by removing preinstall script #45

Closed kazbaig closed 3 years ago

kazbaig commented 3 years ago

Issue #, if available:

Description of changes: The recently added preinstall script is only valid for npm but the project uses yarn, breaking the installation process. The purpose of this script is to mimic what yarn does with the resolutions field without the need of the preinstall script.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.