Skip to content

Commit

Permalink
chore(shipjs-config): fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed Aug 22, 2024
1 parent 94add1e commit 59ede2e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ship.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
appname: "generator-12deg-library",
buildCommand: () => null,
publishCommand: () => {
return "npm publish --access public";
},
};

appname: "generator-12deg-library",
buildCommand: () => null,
publishCommand: () => {
return "npm publish --access public";
},
};

0 comments on commit 59ede2e

Please sign in to comment.