This is a follow-up for the discussion in #374 (comment).
Whenever we add a new package (npm workspace) to the workers monorepo, we need to update the following places:
-
-
|
workingDirectory: bad-bits |
We also need to run a script to update TypeScript project references.
Ideally, there should be a script executed as part of CI to tell us when we forgot to run some of the steps described above.
This is a follow-up for the discussion in #374 (comment).
Whenever we add a new package (npm workspace) to the workers monorepo, we need to update the following places:
worker/vitest.workspace.js
Line 6 in 534032a
worker/package.json
Line 9 in 534032a
worker/.github/workflows/ci.yml
Line 79 in 534032a
We also need to run a script to update TypeScript project references.
Ideally, there should be a script executed as part of CI to tell us when we forgot to run some of the steps described above.