Skip to content

Commit

Permalink
chore: include dependencies in lerna build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Nov 13, 2024
1 parent 59d15f4 commit c516618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "lerna run build",
"build:generators": "tsc --build --verbose generators/tsconfig.cjs.json",
"build:readme": "lerna run build:readme",
"build:classnames": "lerna run build --scope=@patternfly/class-name-updater",
"build:classnames": "lerna run build --scope=@patternfly/class-name-updater --include-dependencies",
"clean": "lerna run clean"
},
"repository": {
Expand Down

0 comments on commit c516618

Please sign in to comment.