Skip to content

Commit d9f450b

Browse files
author
Ali(Ako) Hosseini
authored
build/ nx-cloud token fix (deriv-com#6725)
1 parent 2fc0f3b commit d9f450b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx-cloud.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# then replace the <TOKEN> with nx-cloud token provided in the lastpass shared-FE section.
33

44
NX_CLOUD_ACCESS_TOKEN=<TOKEN>
5+
NX_CLOUD_NO_TIMEOUTS=true

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"package",
1212
"prepare",
1313
"build:travis"
14-
],
15-
"accessToken": "${process.env.NX_CLOUD_ACCESS_TOKEN}"
14+
]
1615
}
1716
}
1817
},

0 commit comments

Comments
 (0)