Skip to content

Commit

Permalink
fix(shipjs): update install command
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 Jan 27, 2024
1 parent 23e7d91 commit b7ef22e
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,4 +1,4 @@
module.exports = {
installCommand: () => 'npm i --prefer-offline --no-audit',
installCommand: () => 'bun i',
publishCommand: () => 'npm publish --tag latest',
};

0 comments on commit b7ef22e

Please sign in to comment.