Commit dee84c1
chore: skip jsii packaging on regular build (#81)
jsii packaging is done as part of the 'release' workflow, so don't run
the packaging steps as part of the normal build. This saves ~17% of
build time on my machine.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
Co-authored-by: Momo Kornher <[email protected]>1 parent 2bea2b9 commit dee84c1
File tree
4 files changed
+6
-9
lines changed- packages
- @aws-cdk
- cli-lib-alpha/.projen
- cloud-assembly-schema/.projen
- aws-cdk/test/cli
- projenrc
4 files changed
+6
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 4 deletions
Some 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 | |
|---|---|---|---|
| |||
1765 | 1765 | | |
1766 | 1766 | | |
1767 | 1767 | | |
1768 | | - | |
| 1768 | + | |
1769 | 1769 | | |
1770 | 1770 | | |
1771 | 1771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
218 | 222 | | |
219 | 223 | | |
220 | 224 | | |
221 | 225 | | |
| 226 | + | |
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
| |||
0 commit comments