Skip to content

Commit e3bf3e2

Browse files
committed
justfile: add comments
1 parent e6065fc commit e3bf3e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/components/justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[private]
66
default:
7-
just --list
7+
@just --list
88

99
currentBranch := `git branch --show-current`
1010
branchAsTag := replace(currentBranch, '_', '-')
@@ -129,5 +129,8 @@ patch:
129129
publish:
130130
npm publish
131131

132+
# Runs publish sleep bump
132133
pb: publish sleep bump
134+
135+
# Runs publish sleep bumpApps
133136
pba: publish sleep bumpApps

0 commit comments

Comments
 (0)