fixed wrong repo naming
This commit is contained in:
@@ -54,18 +54,18 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "nls-guilloche-generator:build"
|
"browserTarget": "NlsGuillocheGenerator:build"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "nls-guilloche-generator:build:production"
|
"browserTarget": "NlsGuillocheGenerator:build:production"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "nls-guilloche-generator:build"
|
"browserTarget": "NlsGuillocheGenerator:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
@@ -162,5 +162,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultProject": "nls-guilloche-generator"
|
"defaultProject": "NlsGuillocheGenerator"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user