Skip to content

Commit

Permalink
Merge pull request #1055 from near/create-new-nx-cloud-workspace
Browse files Browse the repository at this point in the history
fix: Create new NX cloud workspace
  • Loading branch information
kujtimprenkuSQA authored Jan 11, 2024
2 parents 655681d + cf4d759 commit 7a42d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ npm-debug.log
yarn-error.log
testem.log
/typings
.nx

# System Files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "NzY1ODVkMGItMTVlNC00MzQxLWJkYmQtZGFkNzY0YmFmODA3fHJlYWQtd3JpdGU="
"accessToken": "ZjI3YmQzNmItNGFlYy00OTEzLWI4MTItZTU1MGQ3NzRhZTJhfHJlYWQ="
}
}
},
Expand Down

0 comments on commit 7a42d28

Please sign in to comment.