Skip to content

Commit

Permalink
feat: update beforePublish command to run prepublish script
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 92ed354 commit d819b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ship.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
installCommand: () => 'npm i --prefer-offline --no-audit',
publishCommand: () => 'cd dist && npm publish --tag latest',
beforePublish: () => 'npm run prepublishOnly',
};

0 comments on commit d819b3c

Please sign in to comment.