Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Apr 25, 2023
1 parent 96d8e66 commit 7fbe5b9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,14 @@
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": [
"build",
"test",
"eject"
],
"cacheableOperations": ["build", "test", "eject"],
"accessToken": "NWIyMWU5OTUtYjdiMi00OGVkLTk1MjUtYzg2NzZmYjRkOThlfHJlYWQtd3JpdGU="
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
"dependsOn": ["^build"]
}
},
"affected": {
Expand Down

1 comment on commit 7fbe5b9

@vercel
Copy link

@vercel vercel bot commented on 7fbe5b9 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mach – ./

mach-jpedroh.vercel.app
mach-git-master-jpedroh.vercel.app
mach-five.vercel.app
mach.jpedroh.dev

Please sign in to comment.