joker-react-components
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

React Component Npm Publish

  • React에서 공통 Component를 만들어서 여러 Repository에서 사용하기 위한 테스트

  • Private은 유료라서 Public으로 배포

  • minor version up 에서 npm publish를 진행하더라도 확실히 약 5분정도 배포시까지 시간이 소요됨

사용

    "publish:npm": "rm -rf dist && mkdir dist && tsc",
    "prepare": "npm run publish:npm"
  • prepare 스크립트를 추가해놓아야 합니다.

rm -rf dist 명령어로 dist폴더를 삭제하고 mkdir dist 명령어로 다시 dist 폴더를 만들고 다시 만들어진 폴더에 tsc 명령어로 컴파일을 진행해서 나온 파일들을 dist에 넣는 과정입니다. npm 배포를 하기전에 실행하는 명령어 입니다.

Readme

Keywords

none

Package Sidebar

Install

npm i joker-react-components

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

27.2 kB

Total Files

17

Last publish

Collaborators

  • joker0713