Skip to content

Commit

Permalink
fix: use --litelement switch with cem/a
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Aug 18, 2021
1 parent 17b251e commit e7f138c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generators/common-repo/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"customElements": "custom-elements.json",
"scripts": {
"analyze": "cem analyze"
"analyze": "cem analyze --litelement"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/fully-loaded-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"storybook:build": "npm run analyze && build-storybook",
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze",
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
"analyze": "cem analyze",
"analyze": "cem analyze --litelement",
"start": "web-dev-server"
},
"dependencies": {
Expand Down

0 comments on commit e7f138c

Please sign in to comment.