Remove nx-cloud

This commit is contained in:
Adria Navarro 2024-11-18 13:19:01 +01:00
parent c004062509
commit d0acd9dc70
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.2.0",
"npmClient": "yarn",
"packages": ["packages/*"],
"concurrency": 20,
"command": {
"publish": {

View File

@ -2,7 +2,6 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "check:types"]
}