Skip to content

Commit b05cc23

Browse files
committed
build: do not force tsc to build (optimization)
1 parent 6884eee commit b05cc23

File tree

82 files changed

+84
-84
lines changed

Some content is hidden

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

82 files changed

+84
-84
lines changed

packages/uui-action-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@umbraco-ui/uui-button-group": "1.6.0-rc.3"
3535
},
3636
"scripts": {
37-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
37+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3838
"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
},

packages/uui-avatar-group/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3535
},
3636
"scripts": {
37-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
37+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3838
"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
},

packages/uui-avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3434
},
3535
"scripts": {
36-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
36+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3737
"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
},

packages/uui-badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3434
},
3535
"scripts": {
36-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
36+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3737
"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
},

packages/uui-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"lib/**/*.d.ts",
2727
"lib/**/*.js"
2828
],
29-
"dependencies": {
29+
"peerDependencies": {
3030
"lit": "^2.3.1"
3131
},
3232
"scripts": {
33-
"build": "tsc --build --force && rollup -c rollup.config.js",
33+
"build": "tsc --build && rollup -c rollup.config.js",
3434
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts"
3535
},
3636
"publishConfig": {

packages/uui-boolean-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3434
},
3535
"scripts": {
36-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
36+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3737
"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
},

packages/uui-box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@umbraco-ui/uui-css": "1.4.0"
3434
},
3535
"scripts": {
36-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
36+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3737
"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
},

packages/uui-breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3636
},
3737
"scripts": {
38-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
38+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3939
"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
},

packages/uui-button-group/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3535
},
3636
"scripts": {
37-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
37+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3838
"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
},

packages/uui-button-inline-create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@umbraco-ui/uui-base": "1.6.0-rc.3"
3434
},
3535
"scripts": {
36-
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
36+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
3737
"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
},

0 commit comments

Comments
 (0)