Skip to content

Commit af7495b

Browse files
committed
silent serverless post install message log clutter
1 parent 3568bae commit af7495b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for project in test-func test-func-dev; do
2020

2121
# install build deps
2222
assert_success "it installs with npm" \
23-
npm i -D "$DIST" --silent
23+
SILENT=1 npm i -D "$DIST" --silent
2424

2525
# integration test `package` command
2626
assert_success "it packages with serverless" \

0 commit comments

Comments
 (0)