Skip to content

Commit

Permalink
chore(project): renamed 'apps/forms-e2e' to 'libs/data-norge-e2e'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillebo committed Oct 17, 2024
1 parent 434b7f6 commit 53c69e5
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions apps/forms-e2e/project.json

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
},
/* Run your local dev server before starting the tests */
webServer: {
command: 'yarn nx dev data.norge.no',
command: 'yarn nx dev data-norge',
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
cwd: workspaceRoot,
Expand Down
7 changes: 7 additions & 0 deletions libs/data-norge-e2e/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "data-norge-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/data-norge-e2e/src",
"// targets": "to see all targets run: nx show project data-norge-e2e --web",
"targets": {}
}
File renamed without changes.

0 comments on commit 53c69e5

Please sign in to comment.