Skip to content

Commit 150b589

Browse files
committed
chore: added nx-cloud builds
1 parent d4b9a65 commit 150b589

3 files changed

Lines changed: 19631 additions & 12064 deletions

File tree

nx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
"npmScope": "ng2-file-upload-demo",
33
"tasksRunnerOptions": {
44
"default": {
5-
"runner": "nx/tasks-runners/default",
5+
"runner": "nx-cloud",
66
"options": {
77
"cacheableOperations": [
88
"build",
99
"lint",
1010
"test",
1111
"e2e"
1212
],
13-
"parallel": 1
13+
"parallel": 1,
14+
"accessToken": "MmJkYThiZTUtNjUzMS00NzNmLWFiZTYtZjM5NDBlYWJlZTk4fHJlYWQtd3JpdGU="
1415
}
1516
}
1617
},

0 commit comments

Comments
 (0)