Skip to content

Commit 4acf4f7

Browse files
authored
refactor: Remove redundant build command for stencil components (#5592)
Removed build output command for stencil components.
1 parent a89a8e9 commit 4acf4f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"build-outputs:migration": "npm run copy-build --workspace=@db-ux/core-migration",
2323
"build-outputs:ngx-core-components": "npm run build --workspace=@db-ux/ngx-core-components",
2424
"build-outputs:react-core-components": "npm run build --workspace=@db-ux/react-core-components",
25-
"build-outputs:stencil-components": "npm run build --workspace=@db-ux/wc-core-components",
2625
"build-outputs:stylelint": "npm run copy-output --workspace=@db-ux/core-stylelint",
2726
"build-outputs:v-core-components": "npm run build --workspace=@db-ux/v-core-components",
2827
"build-outputs:wc-core-components": "npm run build --workspace=@db-ux/wc-core-components",

0 commit comments

Comments
 (0)