Skip to content

Commit 8ccc1a9

Browse files
test(aws-lambda): run npm ci when building packages
1 parent 64f7b2f commit 8ccc1a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/aws-lambda/features/scripts/build-fixtures

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ end
4545
# Build Bugsnag packages so they're ready to install
4646
def build
4747
Dir.chdir(ROOT) do
48+
system("npm ci")
4849
system("npm run build")
4950
end
5051
end

0 commit comments

Comments
 (0)