sillsdev / SpeechAnalyzer

SIL Speech Analyzer is a Windows program for acoustic analysis of speech sounds.
https://software.sil.org/speech-analyzer/
7 stars 3 forks source link

feat: Create GA that runs parse-langtags to convert langtags.json to iso639.txt #30

Closed darcywong00 closed 3 years ago

darcywong00 commented 3 years ago

From review of #24

Have a separate GA that generates the iso639.txt file list, then incorporate that into the build.

In DevUtils/parse-langtags, this would run:

npm install
npm run get
npm run build
node dist/index.js -o iso639.txt

And then copy to DistFiles