File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 35
35
"build" : " npm run build:cssprops && npm run build:rootcss && tsc --build --force && rollup -c rollup.config.js" ,
36
36
"build:cssprops" : " postcss lib/custom-properties.css --base lib/ --dir dist && npm run custom-properties-cache" ,
37
37
"build:rootcss" : " postcss lib/uui-css.css --base lib/ --dir dist" ,
38
- "clean" : " tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json custom-properties.js" ,
38
+ "clean" : " tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json custom-properties.js custom-properties.module.js " ,
39
39
"analyze" : " web-component-analyzer **/*.element.ts --outFile custom-elements.json" ,
40
40
"custom-properties-cache" : " node ./scripts/update-custom-properties-cache.mjs"
41
41
},
You can’t perform that action at this time.
0 commit comments