Skip to content

Commit f149db9

Browse files
committed
no yarn pure-lockfile
1 parent 800ad7e commit f149db9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/e2e-tests/test-applications/create-next-app/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": "create-next-app",
4-
"buildCommand": "yarn install --pure-lockfile && npx playwright install && yarn build",
4+
"buildCommand": "yarn install && npx playwright install && yarn build",
55
"tests": [
66
{
77
"testName": "Playwright tests - Prod Mode",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../test-recipe-schema.json",
33
"testApplicationName": "create-react-app",
4-
"buildCommand": "yarn install --pure-lockfile && yarn build",
4+
"buildCommand": "yarn install && yarn build",
55
"tests": []
66
}

packages/e2e-tests/test-applications/nextjs-app-dir/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": "nextjs-13-app-dir",
4-
"buildCommand": "yarn install --pure-lockfile && npx playwright install && yarn build",
4+
"buildCommand": "yarn install && npx playwright install && yarn build",
55
"buildAssertionCommand": "yarn ts-node --script-mode assert-build.ts",
66
"tests": [
77
{

packages/e2e-tests/test-applications/standard-frontend-react/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": "standard-frontend-react",
4-
"buildCommand": "yarn install --pure-lockfile && npx playwright install && yarn build",
4+
"buildCommand": "yarn install && npx playwright install && yarn build",
55
"tests": [
66
{
77
"testName": "Playwright tests",

0 commit comments

Comments
 (0)