Skip to content

Commit 505ded6

Browse files
committed
Update package.json
1 parent 95c605a commit 505ded6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "Pill",
2+
"name": "ng-pi-admin",
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
88
"build": "ng build --base-href ./",
9-
"build:demo": "npm run build:prod:aot -- --base-href \"http://treesflower.com/pi-admin/\"",
9+
"build:prod": "ng build --prod --base-href ./",
10+
"build:ci": "ng build --prod --base-href ./",
1011
"test": "ng test",
1112
"lint": "ng lint",
1213
"e2e": "ng e2e"

0 commit comments

Comments
 (0)