jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Convert database bulk update scripts to use TS #307

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

All this PR does is convert our commonly-used database upgrade scripts to use TS, for type safety and future extensibility. It updates related packages and types, and creates a tsconfig.

Only worthwhile changes to the operational code were typing yargs commands explicitly, and using the build process in the script execution via package.json