Skip to content

Commit

Permalink
Merge pull request #477 from Achintha444/master
Browse files Browse the repository at this point in the history
Remove nx-cloud from the b2b-sample application
  • Loading branch information
Achintha Isuru authored Jun 10, 2024
2 parents 7829f72 + 9662299 commit d3eb980
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 181 deletions.
5 changes: 2 additions & 3 deletions b2b-sample/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
Expand All @@ -14,8 +14,7 @@
"package",
"prepare",
"build-storybook"
],
"accessToken": "OTE4ZDVlMTAtNDA3MS00YTBlLWJiMjEtMmZjNGY3YWIzZjhmfHJlYWQtd3JpdGU="
]
}
}
},
Expand Down
177 changes: 0 additions & 177 deletions b2b-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion b2b-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@nrwl/jest": "15.2.0",
"@nrwl/linter": "15.1.1",
"@nrwl/next": "^15.2.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "15.2.0",
"@nrwl/web": "15.2.0",
"@swc/core": "^1.2.173",
Expand Down

0 comments on commit d3eb980

Please sign in to comment.