Skip to content

Commit 777acc2

Browse files
committed
add npm commands
1 parent e36f868 commit 777acc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"ng": "ng",
1515
"start": "ng serve",
1616
"build": "ng build",
17+
"build:lib": "ng build angular-admin-lte",
18+
"build:demo": "ng build angular-admin-lte-demo",
1719
"test": "ng test",
20+
"test:demo": "ng test angular-admin-lte-demo",
21+
"test:lib": "ng test angular-admin-lte",
1822
"lint": "ng lint",
1923
"e2e": "ng e2e"
2024
},

0 commit comments

Comments
 (0)