Skip to content

Commit f980001

Browse files
author
Luca Forstner
committed
Don't create lockfiles
1 parent fbeafab commit f980001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/e2e-tests/test-applications/temporary-app-1/test-recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../test-recipe-schema.json",
33
"testApplicationName": "Temporary Application 1",
4-
"buildCommand": "yarn install",
4+
"buildCommand": "yarn install --no-lockfile",
55
"tests": [
66
{
77
"testName": "Example Test (Should Succeed)",

packages/e2e-tests/test-applications/temporary-app-2/test-recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../test-recipe-schema.json",
33
"testApplicationName": "Temporary Application 2",
4-
"buildCommand": "yarn install",
4+
"buildCommand": "yarn install --no-lockfile",
55
"tests": [
66
{
77
"testName": "Example Test (Should Succeed)",

0 commit comments

Comments
 (0)