Skip to content

Commit 70ee863

Browse files
committed
test: update nx-docker e2e test
1 parent b86029f commit 70ee863

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/nx-docker-e2e/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/nx-docker-e2e",
55
"projectType": "application",
6+
"metadata": {
7+
"version": "1.0.0",
8+
"namespace": "nx-docker-e2e"
9+
},
610
"tags": [],
711
"implicitDependencies": [
812
"nx-docker"
@@ -12,7 +16,7 @@
1216
"executor": "@ebizbase/nx-docker:build",
1317
"options": {
1418
"tags": [
15-
"nx-docker-e2e:test"
19+
"test"
1620
],
1721
"outputs": [
1822
"type=docker"

0 commit comments

Comments
 (0)