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 41b6982 commit 66b1ff6Copy full SHA for 66b1ff6
tests/test.sh
@@ -23,7 +23,7 @@ for project in test-func test-func-dev; do
23
24
# install build deps
25
assert_success "it installs with npm" \
26
- npm i -D "$DIST" --silent
+ npm ci -D "$DIST" --silent
27
28
# integration test `package` command
29
assert_success "it packages with serverless" \
0 commit comments