ereti
b883d53f8e
fix: more ci
2022-12-14 05:20:24 +00:00
ereti
b59b6707c0
fix: ci
2022-12-14 05:08:01 +00:00
zkldi
9076a333a9
fix: database-seeds tests don't have a rootDir of src.
2022-12-14 02:23:13 +00:00
ereti
1af9942147
feat: the monorepo man
2022-12-01 21:10:23 +00:00
zkldi
65f9efd800
fix: stop abusing TS, these scripts should be less hacky
2022-07-17 17:42:26 +01:00
zkldi
73abd669dc
fix: strict false is actually *causing* errors
...
would ya believe it? typescript interprets an empty array as
Array<undefined> in non-strict mode, and Array<void> in strict.
This bizarre behaviour causes even more bizarre errors
when using ts-node to run our scripts.
2022-07-17 17:42:26 +01:00
zkldi
62559be245
feat: get database-seeds/scripts running
...
even if it whines a *lot* about types for some reason. who knows
2022-07-15 23:13:05 +01:00
zkldi
11af92cf33
fix: database-seeds is noEmit
2022-07-04 12:05:40 +01:00
zkldi
02efe6f95a
Finally, Add tests and linting!
2022-01-31 19:23:18 +00:00