Skip to content

Commit 96a3bd9

Browse files
committed
chore(build npm): avoid installation of optionals
1 parent f0f9006 commit 96a3bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_npm_dependencies() {
3939
mkdir -p "$dist_dir"
4040

4141
cp "$PACKAGE_FILE" "$dist_package_file"
42-
npm install --production --prefix "$dist_dir/"
42+
npm install --production --no-optional --no-package-lock --prefix "$dist_dir/"
4343
}
4444

4545
install_pipenv_dependencies() {

0 commit comments

Comments
 (0)