Skip to content

Commit 16d2375

Browse files
committed
chore(*): adding a wider build command
1 parent 60cb5d2 commit 16d2375

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
@@ -6,7 +6,7 @@
66
"start": "ng serve --open --hmr",
77
"start:elements": "ng serve --project igniteui-angular-elements",
88
"start:performance": "ng serve --project igniteui-angular-performance",
9-
"build": "ng build --configuration production",
9+
"build": "npm run build:lib && npm run build:elements && npm run build:migrations && npm run build:schematics && npm run build:i18n",
1010
"test": "ng test igniteui-angular",
1111
"lint": "ng lint",
1212
"e2e": "ng e2e",

0 commit comments

Comments
 (0)