Skip to content

Commit 146da2c

Browse files
committed
no yarn frozen
1 parent 4523114 commit 146da2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test-applications/node-express-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": "Node Express App",
4-
"buildCommand": "yarn install --frozen-lockfile && yarn build",
4+
"buildCommand": "yarn install && yarn build",
55
"tests": [
66
{
77
"testName": "Test express server",

0 commit comments

Comments
 (0)