mikbry / packito

Packito cleans your npm package before publishing it !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat]: Implements publisher

mikbry opened this issue · comments

commented

Description

$ packito yarn publish

the command yarn publishshould be run at the end of packito process.

Same from .packito.json:

{
  "publisher": "yarn publish"
}