diff --git a/ship.config.cjs b/ship.config.cjs index f1956f18..c03eb245 100644 --- a/ship.config.cjs +++ b/ship.config.cjs @@ -1,4 +1,4 @@ module.exports = { - installCommand: () => 'npm i --prefer-offline --no-audit', + installCommand: () => 'bun i', publishCommand: () => 'npm publish --tag latest', };