Skip to content

Commit

Permalink
fix: remove buildCommand
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 Apr 11, 2023
1 parent ed2baaf commit 3207a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ship.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default {
installCommand: () => 'npm i --prefer-offline --no-audit --omit=optional',
buildCommand: () => 'npm run package',
publishCommand: () => 'cd dist && npm publish --tag latest',
};

0 comments on commit 3207a3c

Please sign in to comment.