Skip to content

Commit ff50469

Browse files
author
Paolo Tranquilli
committed
Add comments to the justfile
1 parent d0aab9f commit ff50469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# Sync generated files (javascript and PR checks)
12
sync: build update-pr-checks
23

4+
# Perform all necessary steps to update the PR checks
35
update-pr-checks:
46
pr-checks/sync.sh
57

8+
# Transpile typescript code into javascript
69
build:
710
npm run build

0 commit comments

Comments
 (0)