Skip to content

Commit

Permalink
rmove nx-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 8, 2024
1 parent 247f8ca commit b3d9a3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 133 deletions.
14 changes: 3 additions & 11 deletions examples/frontend/angular/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": [
"build",
"lint",
"test",
"e2e"
],
"accessToken": "YjZiZDA1OWItOTFmYS00Yzg3LTllZTUtYWZmYTM5MzgzOGU5fHJlYWQtd3JpdGU="
}
"runner": "nx/tasks-runners/default",
"options": {}
}
},
"targetDefaults": {
Expand Down Expand Up @@ -71,4 +63,4 @@
}
},
"defaultProject": "casper"
}
}
121 changes: 0 additions & 121 deletions examples/frontend/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion examples/frontend/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"nx": "17.2.6",
"nx-cloud": "^16.0.4",
"prettier": "^3.1.1",
"ts-jest": "^29.1.0",
"ts-node": "~10.9.2",
Expand Down

0 comments on commit b3d9a3b

Please sign in to comment.