Skip to content

Commit aec9ec2

Browse files
committed
build uui-css explicitly, using lerna, couldnt get turbo to work correctly.
1 parent a6349f2 commit aec9ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:coverage": "web-test-runner --node-resolve --coverage",
3434
"test:coverage-for": "node ./scripts/test-coverage-package.js",
3535
"dev": "npm run clean && npm run storybook",
36-
"build": "turbo run build",
36+
"build": "lerna run --scope @umbraco-ui/uui-css build && turbo run build",
3737
"build:prod": "npm run clean && npm run build",
3838
"clean": "turbo run clean --parallel",
3939
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes && npm run lerna-fix",
@@ -42,7 +42,7 @@
4242
"lerna-fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",
4343
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
4444
"postinstall": "npm run bootstrap",
45-
"bootstrap": "turbo run build --scope=@umbraco-ui/uui-css --no-deps && node ./scripts/generate-ts-config.js",
45+
"bootstrap": "lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js",
4646
"prepare": "husky install",
4747
"new-package": "plop && npm i",
4848
"pack-all": "npm run build:prod && node ./scripts/pack-packages.js",

0 commit comments

Comments
 (0)