Skip to content

Commit 2e54e32

Browse files
authored
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

Lines changed: 0 additions & 1 deletion

packages/uui-action-bar/package.json

Lines changed: 1 addition & 1 deletion
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": {

packages/uui-avatar-group/package.json

Lines changed: 1 addition & 1 deletion
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": {

packages/uui-avatar/package.json

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

packages/uui-badge/package.json

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

packages/uui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"build": "tsc --build --force && rollup -c rollup.config.js",
34-
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js"
34+
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts"
3535
},
3636
"publishConfig": {
3737
"access": "public"

packages/uui-boolean-input/package.json

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

packages/uui-box/package.json

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

packages/uui-breadcrumbs/package.json

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

packages/uui-button-group/package.json

Lines changed: 1 addition & 1 deletion
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)