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.
--no-optional
1 parent 06805e4 commit 50264f2Copy full SHA for 50264f2
ship.config.js
@@ -1,3 +1,3 @@
1
module.exports = {
2
- installCommand: () => 'npm i --prefer-offline --no-audit --no-optional',
+ installCommand: () => 'npm i --prefer-offline --no-audit',
3
};
0 commit comments