We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e61f1 commit aafdc5eCopy full SHA for aafdc5e
packages/mgt-components/package.json
@@ -27,7 +27,7 @@
27
"build": "npm-run-all clean build:compile",
28
"build:compile": "npm-run-all sass compile",
29
"build:watch": "npm-run-all -p sass:watch compile:watch",
30
- "clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo",
+ "clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo && shx rm 'src/**/*-css.ts' || shx true",
31
"compile": "tsc -b",
32
"compile:watch": "tsc -w",
33
"lint": "tslint -c ../../tslint.json 'src/**/*.ts'",
0 commit comments