Skip to content

Commit df842ce

Browse files
committed
feat: update e2e:examples to use functional-examples CLI
1 parent b6b0400 commit df842ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"command": "jest --config {projectRoot}/jest.config.ts"
1515
},
1616
"e2e:examples": {
17-
"command": "tsx {projectRoot}/run-examples.ts",
17+
"command": "functional-examples test",
1818
"dependsOn": ["^build"]
1919
}
2020
},

0 commit comments

Comments
 (0)