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 10d18cc commit 71f06dcCopy full SHA for 71f06dc
build.py
@@ -163,7 +163,7 @@ def dequote(value):
163
packageJson = os.path.join(temp_dir, 'package.json')
164
if os.path.exists(packageJson):
165
with cd(temp_dir):
166
- run('npm','install',)
+ run('npm','install','--prod',)
167
168
# Zip up the temporary directory and write it to the target filename.
169
# This will be used by the Lambda function as the source code package.
0 commit comments