Skip to content

Commit

Permalink
fix: update publishCommand
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 10, 2023
1 parent b0d08ee commit 2257adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ship.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module.exports = {
installCommand: () => 'npm i --prefer-offline --no-audit --omit=optional',
publishCommand: () => 'npm publish --tag latest',
};

0 comments on commit 2257adb

Please sign in to comment.