We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d2375 commit 7c2046fCopy full SHA for 7c2046f
package.json
@@ -6,7 +6,7 @@
6
"start": "ng serve --open --hmr",
7
"start:elements": "ng serve --project igniteui-angular-elements",
8
"start:performance": "ng serve --project igniteui-angular-performance",
9
- "build": "npm run build:lib && npm run build:elements && npm run build:migrations && npm run build:schematics && npm run build:i18n",
+ "build": "npm run build:lib && npm run build:elements && npm run build:schematics && npm run build:migrations && npm run build:i18n",
10
"test": "ng test igniteui-angular",
11
"lint": "ng lint",
12
"e2e": "ng e2e",
0 commit comments