File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
"test:coverage" : " web-test-runner --node-resolve --coverage" ,
34
34
"test:coverage-for" : " node ./scripts/test-coverage-package.js" ,
35
35
"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" ,
37
37
"build:prod" : " npm run clean && npm run build" ,
38
38
"clean" : " turbo run clean --parallel" ,
39
39
"lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes && npm run lerna-fix" ,
42
42
"lerna-fix" : " lerna exec -- node ../../scripts/lerna-fix.mjs" ,
43
43
"lerna:modify-package" : " lerna exec -- node ../../scripts/modify-pkgjson.mjs" ,
44
44
"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" ,
46
46
"prepare" : " husky install" ,
47
47
"new-package" : " plop && npm i" ,
48
48
"pack-all" : " npm run build:prod && node ./scripts/pack-packages.js" ,
You can’t perform that action at this time.
0 commit comments