Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 3c75d83

Browse files
committedJul 17, 2022
Add lerna
1 parent 1b0d810 commit 3c75d83

File tree

10 files changed

+81719
-23840
lines changed

10 files changed

+81719
-23840
lines changed
 

‎docs/package-lock.json

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

‎lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"useNx": false,
6-
"version": "0.0.0"
5+
"useNx": true,
6+
"version": "5.2.0"
77
}

‎nx.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"tasksRunnerOptions": {
3+
"default": {
4+
"runner": "nx/tasks-runners/default",
5+
"options": {
6+
"cacheableOperations": ["build", "test"]
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)