Skip to content

Commit

Permalink
build: Fix validate:dist dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Jul 16, 2024
1 parent 4a00ec1 commit 10050f8
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 324 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"author": "SEEK",
"dependencies": {
"braid-design-system": "*"
"braid-design-system": "workspace:*"
},
"devDependencies": {
"@vanilla-extract/integration": "^6.1.2",
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@braid-design-system/docs-ui": "workspace:*",
"@braid-design-system/generate-component-docs": "workspace:*",
"@braid-design-system/source.macro": "workspace:*",
"braid-design-system": "workspace:*"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-transform-typescript": "^7.20.13",
"@braid-design-system/source.macro": "*",
"@braid-design-system/source.macro": "workspace:*",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-prettier": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vanilla-extract/css": "^1.9.2"
},
"devDependencies": {
"braid-design-system": "*",
"braid-design-system": "workspace:*",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion packages/docs-ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
},
"lint": {},
"format": {},
"validate": {}
"validate": {},
"validate:dist": {
"dependsOn": ["dev"],
"executor": "nx:noop"
}
}
}
Loading

0 comments on commit 10050f8

Please sign in to comment.