Commit a9a84251 authored by Mark Tyneway's avatar Mark Tyneway

monorepo: run nx repair

Commit the results of running `nx repair` as suggested by nx
during the commit hook.
parent 1608bd25
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
".foundryrc": "*", ".foundryrc": "*",
"pnpm.lock.yaml": "*", "pnpm.lock.yaml": "*",
".npmrc": "*", ".npmrc": "*",
".nvmrc": "*" ".nvmrc": "*"
}, },
"tasksRunnerOptions": { "tasksRunnerOptions": {
"default": { "default": {
...@@ -78,5 +78,6 @@ ...@@ -78,5 +78,6 @@
"dependsOn": ["^build", "build:contracts"], "dependsOn": ["^build", "build:contracts"],
"outputs": ["{projectRoot}/dist"] "outputs": ["{projectRoot}/dist"]
} }
} },
"$schema": "./node_modules/nx/schemas/nx-schema.json"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment