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 4523114 commit 146da2cCopy full SHA for 146da2c
packages/e2e-tests/test-applications/node-express-app/test-recipe.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "../../test-recipe-schema.json",
3
"testApplicationName": "Node Express App",
4
- "buildCommand": "yarn install --frozen-lockfile && yarn build",
+ "buildCommand": "yarn install && yarn build",
5
"tests": [
6
7
"testName": "Test express server",
0 commit comments