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 3568bae commit af7495bCopy full SHA for af7495b
tests/test.sh
@@ -20,7 +20,7 @@ for project in test-func test-func-dev; do
20
21
# install build deps
22
assert_success "it installs with npm" \
23
- npm i -D "$DIST" --silent
+ SILENT=1 npm i -D "$DIST" --silent
24
25
# integration test `package` command
26
assert_success "it packages with serverless" \
0 commit comments