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 95c605a commit 505ded6Copy full SHA for 505ded6
package.json
@@ -1,12 +1,13 @@
1
{
2
- "name": "Pill",
+ "name": "ng-pi-admin",
3
"version": "0.0.0",
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
7
"start": "ng serve",
8
"build": "ng build --base-href ./",
9
- "build:demo": "npm run build:prod:aot -- --base-href \"http://treesflower.com/pi-admin/\"",
+ "build:prod": "ng build --prod --base-href ./",
10
+ "build:ci": "ng build --prod --base-href ./",
11
"test": "ng test",
12
"lint": "ng lint",
13
"e2e": "ng e2e"
0 commit comments