Skip to content

Commit

Permalink
lerna (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileylnapier authored Jul 8, 2022
1 parent f5ac50d commit 84cc837
Show file tree
Hide file tree
Showing 4 changed files with 2,159 additions and 1,350 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages": ["packages/*"],
"version": "1.21.1",
"npmClient": "yarn",
"useNx": true,
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
}
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"lerna": "^4.0.0",
"lerna": "^5.1.0",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand All @@ -92,6 +92,7 @@
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"isomorphic-fetch": "^3.0.0",
"jest-websocket-mock": "^2.3.0",
"msw": "^0.43.0"
"msw": "^0.43.0",
"nx": "^14.4.2"
}
}
Loading

0 comments on commit 84cc837

Please sign in to comment.