diff --git a/.gitignore b/.gitignore index cf308856c..f1ef64f43 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ npm-debug.log yarn-error.log testem.log /typings +.nx # System Files .DS_Store diff --git a/nx.json b/nx.json index 5b342c001..be060ad73 100644 --- a/nx.json +++ b/nx.json @@ -13,7 +13,7 @@ "runner": "nx-cloud", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], - "accessToken": "NzY1ODVkMGItMTVlNC00MzQxLWJkYmQtZGFkNzY0YmFmODA3fHJlYWQtd3JpdGU=" + "accessToken": "ZjI3YmQzNmItNGFlYy00OTEzLWI4MTItZTU1MGQ3NzRhZTJhfHJlYWQ=" } } },