Skip to content

Commit aafdc5e

Browse files
authored
chore: remove *-css.ts files during clean (#2178)
this makes it easier to build when switching between branches that different sets of components
1 parent a1e61f1 commit aafdc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "npm-run-all clean build:compile",
2828
"build:compile": "npm-run-all sass compile",
2929
"build:watch": "npm-run-all -p sass:watch compile:watch",
30-
"clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo",
30+
"clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo && shx rm 'src/**/*-css.ts' || shx true",
3131
"compile": "tsc -b",
3232
"compile:watch": "tsc -w",
3333
"lint": "tslint -c ../../tslint.json 'src/**/*.ts'",

0 commit comments

Comments
 (0)