Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Jan 31, 2023
1 parent 5eb9430 commit 2295d2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"dev",
"build",
"lint",
"test",
"test:e2e",
"storybook"
]
"cacheableOperations": ["build", "lint", "test", "test:e2e"],
"parallel": 5
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bundlewatch": "^0.3.3",
"husky": "^8.0.0",
"import-sort-style-module": "^6.0.0",
"lerna": "^6.0.0",
"lerna": "^6.4.1",
"lint-staged": ">=10",
"nx": "^15.6.3",
"patch-package": "^6.4.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15225,7 +15225,7 @@ lazy-universal-dotenv@^3.0.1:
dotenv "^8.0.0"
dotenv-expand "^5.1.0"

lerna@^6.0.0:
lerna@^6.4.1:
version "6.4.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-6.4.1.tgz#a1e5abcb6c00de3367f50d75eca449e382525e0f"
integrity sha512-0t8TSG4CDAn5+vORjvTFn/ZEGyc4LOEsyBUpzcdIxODHPKM4TVOGvbW9dBs1g40PhOrQfwhHS+3fSx/42j42dQ==
Expand Down

0 comments on commit 2295d2d

Please sign in to comment.