Skip to content

Commit 2e54e32

Browse files
authoredMay 23, 2023
Append more files to clean script. (#495)
1 parent dc610d4 commit 2e54e32

File tree

101 files changed

+83
-1286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+83
-1286
lines changed
 

‎docs/COMPONENTS.md

-1

‎packages/uui-action-bar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
38-
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
38+
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
3939
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
4040
},
4141
"publishConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.