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 e36f868 commit 777acc2Copy full SHA for 777acc2
package.json
@@ -14,7 +14,11 @@
14
"ng": "ng",
15
"start": "ng serve",
16
"build": "ng build",
17
+ "build:lib": "ng build angular-admin-lte",
18
+ "build:demo": "ng build angular-admin-lte-demo",
19
"test": "ng test",
20
+ "test:demo": "ng test angular-admin-lte-demo",
21
+ "test:lib": "ng test angular-admin-lte",
22
"lint": "ng lint",
23
"e2e": "ng e2e"
24
},
0 commit comments