Skip to content

Commit 9b31481

Browse files
committed
chore(lib): small fixes
1 parent 49de62c commit 9b31481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format:write": "prettier projects/**/*.{ts,json,md} --write",
1515
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
1616
"release": "standard-version -a && git push --follow-tags origin master",
17-
"analyze": "ng build --stats-json && webpack-bundle-analyzer ./dist/elements-demo/stats.json",
17+
"analyze": "ng build elements-demo --stats-json && webpack-bundle-analyzer ./dist/elements-demo/stats.json",
1818
"contributors:add": "all-contributors add",
1919
"contributors:generate": "all-contributors generate && node sync-contributors.js",
2020
"contributors:check": "all-contributors check"

0 commit comments

Comments
 (0)