Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Apr 12, 2024
1 parent 7dfb8be commit 44aaf47
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@
},
"nx": {
"namedInputs": {
"default": [
"{projectRoot}/**/*"
],
"default": ["{projectRoot}/**/*"],
"production": [
"default",
"!{projectRoot}/sonar-project.properties",
Expand All @@ -111,25 +109,13 @@
},
"targets": {
"build": {
"inputs": [
"production",
"^production"
],
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/.next"
]
"inputs": ["production", "^production"],
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/.next"]
},
"start": {
"inputs": [
"production",
"^production"
],
"dependsOn": [
"build"
],
"inputs": ["production", "^production"],
"dependsOn": ["build"],
"outputs": []
}
}
Expand Down

0 comments on commit 44aaf47

Please sign in to comment.