Skip to content

Commit

Permalink
fix: e2e configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed Jul 13, 2024
1 parent 7a4e48d commit d99a8e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/docs/lumberjack-docs-app-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/docs/lumberjack-docs-app-e2e/src",
"projectType": "application",
"tags": [],
"tags": ["scope:internal", "type:e2e"],
"implicitDependencies": ["docs-lumberjack-docs-app"],
"targets": {}
}
4 changes: 4 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"inputs": ["default", "^production"],
"cache": true
},
"e2e-ci": {
"inputs": ["default", "^production"],
"cache": true
},
"start": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/lumberjack-app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"serve-static": {
"executor": "@nx/web:file-server",
"options": {
"buildTarget": "test:build",
"buildTarget": "build:production",
"port": 4200,
"staticFilePath": "dist/examples/test/browser",
"staticFilePath": "dist/packages/examples/lumberjack-app/browser",
"spa": true
}
}
Expand Down

0 comments on commit d99a8e8

Please sign in to comment.