Skip to content

Commit 16e9d70

Browse files
committed
chore: add analyze package size script
1 parent 5cf00fe commit 16e9d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ng-high-memory-start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve",
88
"prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.html\" \"src/**/*.less\" \"public/**/*.json\"",
99
"build": "ng build --base-href=/ng-antd-admin/",
10+
"analyze-package": "ng build --stats-json",
1011
"deploy": "ng deploy",
1112
"watch": "ng build --watch --configuration development",
1213
"test": "ng test",

0 commit comments

Comments
 (0)