summaryrefslogtreecommitdiff
path: root/justfile
blob: 54ba3a4f681350517c4e69d78cdeb8c3fee104c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bun_run command:
  bun run {{command}}

register:
  just bun_run register

publish:
  just bun_run publish

lint:
  just bun_run lint