Skip to content

Commit 5027a1c

Browse files
committed
Add custom-elements-manifest/analyzer to devDependencies and scripts for site/custom boilerplate
1 parent ab45ca7 commit 5027a1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/boilerplate/site/custom/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"scripts": {
1010
"build": "rollup -c rollup.config.js",
1111
"start": "yarn run watch",
12-
"watch": "rollup --watch -c rollup.config.js"
12+
"watch": "rollup --watch -c rollup.config.js",
13+
"analyze": "cem analyze --litelement --exclude build 'src/custom.js'"
1314
},
1415
"devDependencies": {
16+
"@custom-elements-manifest/analyzer": "^0.10.3",
1517
"rollup": "^2.0.0",
1618
"@rollup/plugin-node-resolve": "16.0.0",
1719
"@web/rollup-plugin-import-meta-assets": "^2.2.1",

0 commit comments

Comments
 (0)