-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Syncpack #2027
Install Syncpack #2027
Conversation
|
Chromatic Report🚀 Congratulations! Your build was successful! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #2027 +/- ##
=======================================
Coverage 87.48% 87.48%
=======================================
Files 143 143
Lines 2588 2588
Branches 815 816 +1
=======================================
Hits 2264 2264
Misses 294 294
Partials 30 30 ☔ View full report in Codecov by Sentry. |
Self Checklist
Summary
Install Syncpack
Details
yarn lint
커맨드에syncpack lint
과정을 포함하여 의도하지 않은 의존성 버전이 설치될 경우 에러를 뱉도록 설정했습니다.^
)등의 기호를 사용하지 않도록 설정되어있습니다. npm publish된 패키지에선 문제가 없으나, eslint, tsconfig처럼 로컬에서만 사용하는 패키지에서는 semver를 지정할 경우 npm repository에서 패키지를 검색해서 문제가 발생합니다. 기존처럼 workspace protocol을 사용하도록 설정했습니다.Breaking change? (Yes/No)
No
References