Skip to content

Commit a6349f2

Browse files
committed
clean .module.js version of custom-properties
1 parent 6bac7d8 commit a6349f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build": "npm run build:cssprops && npm run build:rootcss && tsc --build --force && rollup -c rollup.config.js",
3636
"build:cssprops": "postcss lib/custom-properties.css --base lib/ --dir dist && npm run custom-properties-cache",
3737
"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",
3939
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
4040
"custom-properties-cache": "node ./scripts/update-custom-properties-cache.mjs"
4141
},

0 commit comments

Comments
 (0)