Skip to content

Commit

Permalink
test: use bash instead of sh to call test-recipes.sh (#15647)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Nov 29, 2023
1 parent d4cd442 commit ca95768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/custom-gatherer-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"test": "sh test.sh"

This comment has been minimized.

Copy link
@AuQaE

AuQaE Nov 29, 2023

#15648 "prueba" : " bas prueba.sh "

"test": "bash test.sh"
},
"devDependencies": {
"lighthouse": "file:../../../dist/lighthouse.tgz"
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"integration-test": "yarn --cwd integration-test/ test",
"custom-gatherer-puppeteer-test": "yarn --cwd custom-gatherer-puppeteer/ test",
"type-checking-test": "yarn --cwd type-checking/ test",
"test": "sh test-recipes.sh"

This comment has been minimized.

Copy link
@AuQaE

AuQaE Nov 29, 2023

bash

"test": "bash test-recipes.sh"

This comment has been minimized.

Copy link
@AuQaE

AuQaE Nov 29, 2023

vale gracias

This comment has been minimized.

Copy link
@AuQaE

AuQaE Nov 29, 2023

"prueba" : " bash prueba-recipes.sh "

}
}

0 comments on commit ca95768

Please sign in to comment.