We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbeafab commit f980001Copy full SHA for f980001
packages/e2e-tests/test-applications/temporary-app-1/test-recipe.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "../../test-recipe-schema.json",
3
"testApplicationName": "Temporary Application 1",
4
- "buildCommand": "yarn install",
+ "buildCommand": "yarn install --no-lockfile",
5
"tests": [
6
7
"testName": "Example Test (Should Succeed)",
packages/e2e-tests/test-applications/temporary-app-2/test-recipe.json
"testApplicationName": "Temporary Application 2",
0 commit comments