We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aab9f commit ff50469Copy full SHA for ff50469
justfile
@@ -1,7 +1,10 @@
1
+# Sync generated files (javascript and PR checks)
2
sync: build update-pr-checks
3
4
+# Perform all necessary steps to update the PR checks
5
update-pr-checks:
6
pr-checks/sync.sh
7
8
+# Transpile typescript code into javascript
9
build:
10
npm run build
0 commit comments