Skip to content

Commit 68b0725

Browse files
authored
chore: build with nx (#271)
Enables Nx builds in CI workflows. This will parallelize package building and greatly reduce build times. What a wonderful world. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 7aac691 commit 68b0725

File tree

6 files changed

+14
-20
lines changed

6 files changed

+14
-20
lines changed

.github/workflows/build.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ const repoProject = new yarn.Monorepo({
199199
includeRootWorkspace: true,
200200
},
201201
nx: true,
202+
buildWithNx: true,
202203

203204
eslintOptions: {
204205
dirs: ['lib'],

nx.json

+3-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)