Skip to content

Commit

Permalink
chore: migrate nx-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 9, 2023
1 parent 7a64cbd commit 4544b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"runner": "nx-cloud",
"options": {
"cacheableOperations": [
"test",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@babel/runtime-corejs3": "7.21.5",
"@faker-js/faker": "7.6.0",
"@npmcli/arborist": "6.2.9",
"@nrwl/nx-cloud": "16.0.5",
"@playwright/test": "1.33.0",
"@replayio/playwright": "0.3.28",
"@testing-library/jest-dom": "5.16.5",
Expand Down Expand Up @@ -87,6 +86,7 @@
"nodemon": "2.0.22",
"npm-packlist": "7.0.4",
"nx": "16.1.3",
"nx-cloud": "16.0.5",
"octokit": "2.0.14",
"ora": "5.4.1",
"prompts": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28286,7 +28286,6 @@ __metadata:
"@babel/runtime-corejs3": 7.21.5
"@faker-js/faker": 7.6.0
"@npmcli/arborist": 6.2.9
"@nrwl/nx-cloud": 16.0.5
"@playwright/test": 1.33.0
"@replayio/playwright": 0.3.28
"@testing-library/jest-dom": 5.16.5
Expand Down Expand Up @@ -28324,6 +28323,7 @@ __metadata:
nodemon: 2.0.22
npm-packlist: 7.0.4
nx: 16.1.3
nx-cloud: 16.0.5
octokit: 2.0.14
ora: 5.4.1
prompts: 2.4.2
Expand Down

0 comments on commit 4544b46

Please sign in to comment.