Browse Source
Feature/remove nx cloud access token (#3798)
* Remove nxCloudAccessToken
pull/3797/head
Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
nx.json
|
@ -70,7 +70,6 @@ |
|
|
"!{projectRoot}/webpack.config.js" |
|
|
"!{projectRoot}/webpack.config.js" |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
"nxCloudAccessToken": "Mjg0ZGQ2YjAtNGI4NS00NmYwLThhOWEtMWZmNmQzODM4YzU4fHJlYWQ=", |
|
|
|
|
|
"parallel": 1, |
|
|
"parallel": 1, |
|
|
"defaultBase": "origin/main" |
|
|
"defaultBase": "origin/main" |
|
|
} |
|
|
} |
|
|