Skip to content

Commit 71f06dc

Browse files
DazKinslorengordon
andauthored
Update build.py
Co-authored-by: Loren Gordon <[email protected]>
1 parent 10d18cc commit 71f06dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def dequote(value):
163163
packageJson = os.path.join(temp_dir, 'package.json')
164164
if os.path.exists(packageJson):
165165
with cd(temp_dir):
166-
run('npm','install',)
166+
run('npm','install','--prod',)
167167

168168
# Zip up the temporary directory and write it to the target filename.
169169
# This will be used by the Lambda function as the source code package.

0 commit comments

Comments
 (0)