File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
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
- "lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes && npm run lerna-fix " ,
40
- "lerna:version" : " lerna version --no-push --exact --no-git-tag-version && rimraf package-lock.json && npm i" ,
39
+ "lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes" ,
40
+ "lerna:version" : " lerna version --no-push --exact --conventional-commits && rimraf package-lock.json && npm i" ,
41
41
"lerna:diff" : " lerna diff" ,
42
- "lerna- fix" : " lerna exec -- node ../../scripts/lerna-fix.mjs" ,
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
45
"bootstrap" : " lerna run --scope @umbraco-ui/uui-css clean && lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js" ,
You can’t perform that action at this time.
0 commit comments