Skip to content

Commit

Permalink
chore(project): rename apps to mel-datahub
Browse files Browse the repository at this point in the history
to have a unique name when using with gn-ui in CI
  • Loading branch information
tkohr committed Jan 12, 2024
1 parent 345b1bf commit 4b21e65
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: npm i -f

- name: Run tests
run: npx nx e2e datahub-e2e
run: npx nx e2e mel-datahub-e2e
10 changes: 5 additions & 5 deletions apps/datahub-e2e/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "datahub-e2e",
"name": "mel-datahub-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/datahub-e2e/src",
Expand All @@ -9,14 +9,14 @@
"options": {
"cypressConfig": "apps/datahub-e2e/cypress.config.ts",
"testingType": "e2e",
"devServerTarget": "datahub:serve:development"
"devServerTarget": "mel-datahub:serve:development"
},
"configurations": {
"production": {
"devServerTarget": "datahub:serve:production"
"devServerTarget": "mel-datahub:serve:production"
},
"ci": {
"devServerTarget": "datahub:serve-static"
"devServerTarget": "mel-datahub:serve-static"
}
}
},
Expand All @@ -26,5 +26,5 @@
}
},
"tags": [],
"implicitDependencies": ["datahub"]
"implicitDependencies": ["mel-datahub"]
}
10 changes: 5 additions & 5 deletions apps/datahub/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "datahub",
"name": "mel-datahub",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"prefix": "mel-datahub",
Expand Down Expand Up @@ -64,10 +64,10 @@
"executor": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "datahub:build:production"
"buildTarget": "mel-datahub:build:production"
},
"development": {
"buildTarget": "datahub:build:development",
"buildTarget": "mel-datahub:build:development",
"proxyConfig": "proxy-config.js"
}
},
Expand All @@ -76,7 +76,7 @@
"extract-i18n": {
"executor": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "datahub:build"
"buildTarget": "mel-datahub:build"
}
},
"lint": {
Expand All @@ -93,7 +93,7 @@
"serve-static": {
"executor": "@nx/web:file-server",
"options": {
"buildTarget": "datahub:build",
"buildTarget": "mel-datahub:build",
"staticFilePath": "dist/apps/datahub/browser"
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve datahub"
"start": "nx serve mel-datahub"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 4b21e65

Please sign in to comment.