Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 12, 2023
1 parent e05736b commit b110482
Show file tree
Hide file tree
Showing 3 changed files with 45,057 additions and 48,597 deletions.
9 changes: 6 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"runner": "nx-cloud",
"options": {
"parallel": 1,
"cacheableOperations": ["build", "test", "lint"],
"accessToken": "ZDYwZWVlOWMtYTU4ZS00YzNjLThjMDAtOWQzNTllOWIwNDJifHJlYWQtd3JpdGU="
"cacheableOperations": ["build", "test"],
"accessToken": "ZDA1ZmIwNTMtMGY2Yy00YTk4LWIxNzAtNDc0ZTg0MzFkMDk4fHJlYWQtd3JpdGU="
}
}
},
Expand All @@ -33,7 +33,10 @@
"inputs": ["default"]
},
"test": {
"inputs": ["default"]
"dependsOn": ["^test"]
},
"lint": {
"dependsOn": ["^lint"]
}
}
}
Loading

0 comments on commit b110482

Please sign in to comment.