Skip to content

Commit 66b1ff6

Browse files
committed
install with lockfile
1 parent 41b6982 commit 66b1ff6

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
@@ -23,7 +23,7 @@ for project in test-func test-func-dev; do
2323

2424
# install build deps
2525
assert_success "it installs with npm" \
26-
npm i -D "$DIST" --silent
26+
npm ci -D "$DIST" --silent
2727

2828
# integration test `package` command
2929
assert_success "it packages with serverless" \

0 commit comments

Comments
 (0)