Commit e8904b8
chore: fix jsii publishing in a monorepo (#71)
We were cd'ing into the wrong directories.
The current mechanism builds jsii packages as part of the release step.
This is good because it saves time (they all get built in parallel, and
it's not part of the regular build), but it's bad because if one of them
fails then it'll be hard to fix and retry.
Not sure what to make of this; currently we build jsii packages both at
build time and at release time, which is extra silly. We'll have to pick
one.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>1 parent bfb1ff4 commit e8904b8
2 files changed
+22
-22
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| |||
0 commit comments