Skip to content

Commit

Permalink
feat: add to nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Jul 15, 2023
1 parent 5fdfa2d commit 3ef1bd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
],
"productionContracts": ["{projectRoot}/contracts/**/*"],
"production": ["productionSrc", "productionContracts"],
"testing": ["configsWorkspace", "default"]
"testing": ["configsWorkspace", "default"],
"deployments": ["{projectRoot}/deployments/**/*"],
"scripts": ["{projectRoot}/scripts/**/*", "{workspaceRoot}/scripts/**/*"]
},
"targetDefaults": {
"lint": {
Expand All @@ -59,6 +61,9 @@
"generate": {
"dependsOn": ["^build"]
},
"generate:addresses": {
"dependson": ["deployments", "^deployments", "scripts"]
},
"build:contracts": {
"inputs": [
"configsProject",
Expand Down

0 comments on commit 3ef1bd2

Please sign in to comment.