Ver Fonte

change project settings

tigger há 1 ano atrás
pai
commit
23d1937812
2 ficheiros alterados com 7 adições e 7 exclusões
  1. 5 5
      angular.json
  2. 2 2
      package.json

+ 5 - 5
angular.json

@@ -3,7 +3,7 @@
   "version": 1,
   "newProjectRoot": "projects",
   "projects": {
-    "ng-template": {
+    "fisapp-ui": {
       "projectType": "application",
       "schematics": {
         "@schematics/angular:component": {
@@ -17,7 +17,7 @@
         "build": {
           "builder": "@angular-devkit/build-angular:application",
           "options": {
-            "outputPath": "dist/ng-template",
+            "outputPath": "dist/fisapp-ui",
             "index": "src/index.html",
             "browser": "src/main.ts",
             "polyfills": [
@@ -65,10 +65,10 @@
           "builder": "@angular-devkit/build-angular:dev-server",
           "configurations": {
             "production": {
-              "buildTarget": "ng-template:build:production"
+              "buildTarget": "fisapp-ui:build:production"
             },
             "development": {
-              "buildTarget": "ng-template:build:development"
+              "buildTarget": "fisapp-ui:build:development"
             }
           },
           "defaultConfiguration": "development"
@@ -76,7 +76,7 @@
         "extract-i18n": {
           "builder": "@angular-devkit/build-angular:extract-i18n",
           "options": {
-            "buildTarget": "ng-template:build"
+            "buildTarget": "fisapp-ui:build"
           }
         },
         "test": {

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
-  "name": "ng-template",
-  "version": "0.0.0",
+  "name": "fisapp-ui",
+  "version": "1.0.0",
   "scripts": {
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0 --port 4200",