Skip to content

Commit

Permalink
fix(repo): Configure tokens as implicitDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 12, 2022
1 parent 61ade46 commit fc9e6c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions design-system/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"style": "css"
}
},
"tags": [],
"targets": {
"test": {
"executor": "@nxext/stencil:test",
Expand Down Expand Up @@ -170,5 +169,7 @@
"tagFormat": "design-system-components-v${VERSION}"
}
}
}
},
"tags": [],
"implicitDependencies": ["design-system-tokens"]
}
3 changes: 2 additions & 1 deletion design-system/tokens/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": {
"executor": "@open-system/executors-typescript:design-tokens-build",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "open-system",
"options": {
"outputPath": "dist/design-system/tokens",
"tsConfig": "design-system/tokens/tsconfig.lib.json",
Expand All @@ -31,7 +32,7 @@
"verbose": true
},
"resume": {
"tokensDir": "design-system/tokens/src/resume132",
"tokensDir": "design-system/tokens/src/resume",
"fontsDir": "assets/fonts",
"imagesDir": "assets/images"
}
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "open-system",
"affected": {
"defaultBase": "master"
"defaultBase": "main"
},
"cli": {
"defaultCollection": "@nrwl/react"
Expand Down

0 comments on commit fc9e6c2

Please sign in to comment.