File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ check_command "yarn"
1616
1717ASSETS_DIR=" packages/assets"
1818COMPONENTS_DIR=" packages/components"
19+ CORE_DIR=" packages/core"
1920
2021echo " # Removing the assets"
2122yarn run packages:remove-dist
@@ -35,6 +36,10 @@ echo "# Removing components dev files"
3536rm -rf " $COMPONENTS_DIR /scripts" " $COMPONENTS_DIR /src" " $COMPONENTS_DIR /.babelrc" " $COMPONENTS_DIR /tsconfig.build.json" " $COMPONENTS_DIR /tsconfig.json"
3637check_process " clean components dev"
3738
39+ echo " # Removing core dev files"
40+ rm -rf " $CORE_DIR /src" " $CORE_DIR /tsconfig.build.json" " $CORE_DIR /tsconfig.json"
41+ check_process " clean core dev"
42+
3843echo " # Removing assets dev files"
3944rm -rf " $ASSETS_DIR /src"
4045check_process " clean assets dev"
Original file line number Diff line number Diff line change 11{
22 "name" : " @ibexa/design-system" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.4 " ,
44 "main" : " index.js" ,
55 "repository" : " git@github.com:ibexa/design-system.git" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments