We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--litelement
1 parent 17b251e commit e7f138cCopy full SHA for e7f138c
src/generators/common-repo/templates/package.json
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"customElements": "custom-elements.json",
8
"scripts": {
9
- "analyze": "cem analyze"
+ "analyze": "cem analyze --litelement"
10
},
11
"devDependencies": {
12
"@custom-elements-manifest/analyzer": "^0.4.17"
test/snapshots/fully-loaded-app/package.json
@@ -13,7 +13,7 @@
13
"storybook:build": "npm run analyze && build-storybook",
14
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze",
15
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
16
- "analyze": "cem analyze",
+ "analyze": "cem analyze --litelement",
17
"start": "web-dev-server"
18
19
"dependencies": {
0 commit comments