Skip to content

Commit 5bb128e

Browse files
committed
uui-css: ensure that uui-css is clean before building new files
1 parent 8343a46 commit 5bb128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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": "lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js",
45+
"bootstrap": "lerna run --scope @umbraco-ui/uui-css clean && 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)