Skip to content

Commit f1bb788

Browse files
committed
chore: fix globs for vars-viewer package build
1 parent 7d02364 commit f1bb788

File tree

2 files changed

+7918
-4998
lines changed

2 files changed

+7918
-4998
lines changed

projects/css-custom-vars-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"yarn": ">=1.16.0"
1919
},
2020
"scripts": {
21-
"analyze": "yarn analyze:components --outdir projects/css-custom-vars-viewer",
21+
"analyze": "yarn analyze:components --globs $INIT_CWD/sp-*.ts $INIT_CWD/src/[A-Z]*.ts --outdir projects/css-custom-vars-viewer",
2222
"build": "yarn parse-json && tsc && npm run analyze -- --exclude dist",
2323
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
2424
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",

0 commit comments

Comments
 (0)