Skip to content

Commit 108c38d

Browse files
CCM-12666: No save on pdfjs build
1 parent bb20ca9 commit 108c38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/layers/pdfjs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo
1010
cd $(realpath $(dirname $0))
1111
rm -rf dist node_modules
1212
mkdir -p dist/layer/nodejs/node_modules
13-
npm install --force
13+
npm install --force --no-save
1414
cp -r node_modules/* dist/layer/nodejs/node_modules
1515

1616
cd dist/layer

0 commit comments

Comments
 (0)