Skip to content

Commit 50264f2

Browse files
fix: remove --no-optional from installCommand
1 parent 06805e4 commit 50264f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
installCommand: () => 'npm i --prefer-offline --no-audit --no-optional',
2+
installCommand: () => 'npm i --prefer-offline --no-audit',
33
};

0 commit comments

Comments
 (0)