Skip to content

Commit 4f43401

Browse files
author
Maxime Lafarie
committed
Project build fixes
1 parent 0bd78d4 commit 4f43401

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"ngx-smart-form": {
6+
"angular-dynamic-forms": {
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:component": {
@@ -17,7 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"outputPath": "dist/ngx-smart-form",
20+
"outputPath": "dist/angular-dynamic-forms",
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
@@ -62,18 +62,18 @@
6262
"serve": {
6363
"builder": "@angular-devkit/build-angular:dev-server",
6464
"options": {
65-
"browserTarget": "ngx-smart-form:build"
65+
"browserTarget": "angular-dynamic-forms:build"
6666
},
6767
"configurations": {
6868
"production": {
69-
"browserTarget": "ngx-smart-form:build:production"
69+
"browserTarget": "angular-dynamic-forms:build:production"
7070
}
7171
}
7272
},
7373
"extract-i18n": {
7474
"builder": "@angular-devkit/build-angular:extract-i18n",
7575
"options": {
76-
"browserTarget": "ngx-smart-form:build"
76+
"browserTarget": "angular-dynamic-forms:build"
7777
}
7878
},
7979
"test": {
@@ -110,15 +110,15 @@
110110
"builder": "@angular-devkit/build-angular:protractor",
111111
"options": {
112112
"protractorConfig": "e2e/protractor.conf.js",
113-
"devServerTarget": "ngx-smart-form:serve"
113+
"devServerTarget": "angular-dynamic-forms:serve"
114114
},
115115
"configurations": {
116116
"production": {
117-
"devServerTarget": "ngx-smart-form:serve:production"
117+
"devServerTarget": "angular-dynamic-forms:serve:production"
118118
}
119119
}
120120
}
121121
}
122122
}},
123-
"defaultProject": "ngx-smart-form"
124-
}
123+
"defaultProject": "angular-dynamic-forms"
124+
}

e2e/src/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('workspace-project App', () => {
1010

1111
it('should display welcome message', () => {
1212
page.navigateTo();
13-
expect(page.getTitleText()).toEqual('Welcome to ngx-smart-form!');
13+
expect(page.getTitleText()).toEqual('Welcome to angular-dynamic-forms!');
1414
});
1515

1616
afterEach(async () => {

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (config) {
1616
clearContext: false // leave Jasmine Spec Runner output visible in browser
1717
},
1818
coverageIstanbulReporter: {
19-
dir: require('path').join(__dirname, './coverage/ngx-smart-form'),
19+
dir: require('path').join(__dirname, './coverage/angular-dynamic-forms'),
2020
reports: ['html', 'lcovonly', 'text-summary'],
2121
fixWebpackSourcePaths: true
2222
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)