Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .script/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

sh .script/pre-install.sh

yarn npm publish --access=public --no-git-checks
yarn npm publish --access=public

sh .script/post-install.sh
2 changes: 1 addition & 1 deletion src/lib/constants/weekday.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const dayMap: Record<Weekday, string> = {
* - 상수로 정의된 요일을 enum으로 정의
* - 날짜간 대소 비교에 사용
* - `WeekdayEnum["MONDAY"] === 0`
*
*
* @example
* ```ts
* const mondayString: Weekday = "MONDAY"
Expand Down