lerna
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
lerna publish # 최근 릴리즈에서 변경된 패키지 배포
lerna publish from-git # 현재 커밋에서 태스된 패키지를 명시적으로 퍼블리시
lerna publish from-package # 레지스트리에 제공되지 않은 최신 버전인 패키지를 명시적으로 퍼블리시lerna run <script> -- [..args] # run npm run my-script in all packages that have it
lerna run test
lerna run build