Skip to content

Commit

Permalink
chore: added nx-cloud builds
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 21, 2023
1 parent d4b9a65 commit 150b589
Show file tree
Hide file tree
Showing 3 changed files with 19,631 additions and 12,064 deletions.
5 changes: 3 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"npmScope": "ng2-file-upload-demo",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"runner": "nx-cloud",
"options": {
"cacheableOperations": [
"build",
"lint",
"test",
"e2e"
],
"parallel": 1
"parallel": 1,
"accessToken": "MmJkYThiZTUtNjUzMS00NzNmLWFiZTYtZjM5NDBlYWJlZTk4fHJlYWQtd3JpdGU="
}
}
},
Expand Down
Loading

0 comments on commit 150b589

Please sign in to comment.