Skip to content

Commit

Permalink
fix: deprecated npm i cmd args 🧹
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Mar 14, 2023
1 parent ae11681 commit 32be451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ship.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
installCommand: () => 'npm i --prefer-offline --no-audit --no-optional',
installCommand: () => 'npm i --prefer-offline --no-audit --omit=optional',
};

0 comments on commit 32be451

Please sign in to comment.