Skip to content

Commit

Permalink
[assets]: update buildTheme script to go recursive through theme folders
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Dec 9, 2024
1 parent 43018d3 commit 8729ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epam-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"build": "ts-node -T ../uui-build/ts/scripts/buildUuiModule.ts && yarn buildTheme",
"buildTheme": "yarn --cwd ../uui-build compile-theme-scss --dirs=./epam-assets/theme:./epam-assets/build/css/theme",
"buildTheme": "yarn --cwd ../uui-build compile-theme-scss --dirs=./epam-assets/theme:./epam-assets/build/css/theme --recursive",
"prepublish": "yarn build"
},
"repository": {
Expand Down

0 comments on commit 8729ce5

Please sign in to comment.