Skip to content

Commit

Permalink
shortening the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasada Indukuri committed Apr 26, 2023
1 parent d1ba432 commit 0b86546
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 27 deletions.
3 changes: 0 additions & 3 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ Once successful, Github provides the URL of the preview build for the PR like: h
Prod release: Merge the PR
App will be deployed at: https://nobel-laureates-360.web.app and https://nobel-laureates-360.firebaseapp.com

## Old github Deployment (using angular-cli-ghpages)
https://contactipraju.github.io/search-nobel-laureates/

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
Expand Down
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"search-nobel-laureates": {
"nobel-laureates": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
Expand Down Expand Up @@ -78,18 +78,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "search-nobel-laureates:build"
"browserTarget": "nobel-laureates:build"
},
"configurations": {
"production": {
"browserTarget": "search-nobel-laureates:build:production"
"browserTarget": "nobel-laureates:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "search-nobel-laureates:build"
"browserTarget": "nobel-laureates:build"
}
},
"test": {
Expand Down Expand Up @@ -125,7 +125,7 @@
}
}
},
"search-nobel-laureates-e2e": {
"nobel-laureates-e2e": {
"root": "e2e/",
"projectType": "application",
"prefix": "",
Expand All @@ -134,11 +134,11 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "search-nobel-laureates:serve"
"devServerTarget": "nobel-laureates:serve"
},
"configurations": {
"production": {
"devServerTarget": "search-nobel-laureates:serve:production"
"devServerTarget": "nobel-laureates:serve:production"
}
}
},
Expand All @@ -154,5 +154,5 @@
}
}
},
"defaultProject": "search-nobel-laureates"
"defaultProject": "nobel-laureates"
}
2 changes: 1 addition & 1 deletion e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('workspace-project App', () => {

it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('Welcome to search-nobel-laureates!');
expect(page.getTitleText()).toEqual('Welcome to nobel-laureates!');
});

afterEach(async () => {
Expand Down
18 changes: 5 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "search-nobel-laureates",
"name": "nobel-laureates",
"version": "2.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, '../coverage/search-nobel-laureates'),
dir: require('path').join(__dirname, '../coverage/nobel-laureates'),
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},
Expand Down

0 comments on commit 0b86546

Please sign in to comment.