We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8343a46 commit 5bb128eCopy full SHA for 5bb128e
package.json
@@ -42,7 +42,7 @@
42
"lerna-fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",
43
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
44
"postinstall": "npm run bootstrap",
45
- "bootstrap": "lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js",
+ "bootstrap": "lerna run --scope @umbraco-ui/uui-css clean && lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js",
46
"prepare": "husky install",
47
"new-package": "plop && npm i",
48
"pack-all": "npm run build:prod && node ./scripts/pack-packages.js",
0 commit comments