Add comments to the justfile
This commit is contained in:
parent
d0aab9fc20
commit
ff50469ca0
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -1,7 +1,10 @@
|
|||
# Sync generated files (javascript and PR checks)
|
||||
sync: build update-pr-checks
|
||||
|
||||
# Perform all necessary steps to update the PR checks
|
||||
update-pr-checks:
|
||||
pr-checks/sync.sh
|
||||
|
||||
# Transpile typescript code into javascript
|
||||
build:
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue