File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
"version" : 1 ,
4
4
"newProjectRoot" : " projects" ,
5
5
"projects" : {
6
- "pillway -dashboard" : {
6
+ "dynamic-angular -dashboard" : {
7
7
"projectType" : " application" ,
8
8
"schematics" : {
9
9
"@schematics/angular:component" : {
17
17
"build" : {
18
18
"builder" : " @angular-devkit/build-angular:application" ,
19
19
"options" : {
20
- "outputPath" : " dist/pillway -dashboard" ,
20
+ "outputPath" : " dist/dynamic-angular -dashboard" ,
21
21
"index" : " src/index.html" ,
22
22
"browser" : " src/main.ts" ,
23
23
"polyfills" : [
65
65
"builder" : " @angular-devkit/build-angular:dev-server" ,
66
66
"configurations" : {
67
67
"production" : {
68
- "buildTarget" : " pillway -dashboard:build:production"
68
+ "buildTarget" : " dynamic-angular -dashboard:build:production"
69
69
},
70
70
"development" : {
71
- "buildTarget" : " pillway -dashboard:build:development"
71
+ "buildTarget" : " dynamic-angular -dashboard:build:development"
72
72
}
73
73
},
74
74
"defaultConfiguration" : " development"
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
- "build" : " ng build" ,
8
7
"watch" : " ng build --watch --configuration development" ,
9
- "test" : " ng test"
8
+ "test" : " ng test" ,
9
+ "build" : " ng build --configuration production --base-href /dynamic-angular-dashboard/" ,
10
+ "deploy" : " npx angular-cli-ghpages --dir=dist/dynamic-angular-dashboard --no-silent"
10
11
},
11
12
"private" : true ,
12
13
"dependencies" : {
You can’t perform that action at this time.
0 commit comments