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 f0f9006 commit 96a3bd9Copy full SHA for 96a3bd9
build.sh
@@ -39,7 +39,7 @@ install_npm_dependencies() {
39
mkdir -p "$dist_dir"
40
41
cp "$PACKAGE_FILE" "$dist_package_file"
42
- npm install --production --prefix "$dist_dir/"
+ npm install --production --no-optional --no-package-lock --prefix "$dist_dir/"
43
}
44
45
install_pipenv_dependencies() {
0 commit comments