1.0.2 • Published 2 years ago

woo-greeter v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Woo Greeter

https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c

automated scripts

  1. prepare
    "prepare":"yarn build"

packed, published, local에서 install 되기 전에 실행됨.

  1. prepublishOnly
    "prepublishOnly" : "yarn test && yarn run lint"

prepare 이전과 publish 될때만 실행

publishing

  1. npm version

  2. yarn publish

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago