Skip to content

Commit e7f138c

Browse files
committed
fix: use --litelement switch with cem/a
1 parent 17b251e commit e7f138c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/generators/common-repo/templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"customElements": "custom-elements.json",
88
"scripts": {
9-
"analyze": "cem analyze"
9+
"analyze": "cem analyze --litelement"
1010
},
1111
"devDependencies": {
1212
"@custom-elements-manifest/analyzer": "^0.4.17"

test/snapshots/fully-loaded-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"storybook:build": "npm run analyze && build-storybook",
1414
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze",
1515
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
16-
"analyze": "cem analyze",
16+
"analyze": "cem analyze --litelement",
1717
"start": "web-dev-server"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)