* WIP

* WIP

* WIP

* WIP

* Improve typechecking in type files

* Fix typechecking

* Update

* Update submodule

* CI for typechecking

* Add ci

* Update commands

* Format after build

* Dont use bunx

* Rename job

* Use nodemodules prettier

* Update workflow

* Use symlink

* Debug

* Debug

* Clean up and rename jobs
This commit is contained in:
Colin McDonnell
2023-03-22 15:01:01 -07:00
committed by GitHub
parent 2bdaa81b1c
commit a5f92224b5
76 changed files with 513 additions and 274 deletions

View File

@@ -9,6 +9,9 @@ const sourceDir = LAMBDA_TASK_ROOT;
if (!sourceDir) {
throw new Error("handler is not set");
}
if (!_HANDLER) {
throw new Error("handler is not set");
}
// don't care if this fails
if (process.cwd() !== sourceDir) {