PROTOCOLS_BRANCH

This commit is contained in:
Tony Garnock-Jones 2023-02-08 19:39:14 +01:00
parent ce7b18a2de
commit ce56a67377
1 changed files with 2 additions and 1 deletions

View File

@ -24,11 +24,12 @@ all:
watch:
inotifytest make -j$$(nproc) all
PROTOCOLS_BRANCH=main
pull-protocols:
git subtree pull -P packages/core/protocols \
-m 'Merge latest changes from the syndicate-protocols repository' \
git@git.syndicate-lang.org:syndicate-lang/syndicate-protocols \
main
$(PROTOCOLS_BRANCH)
fixcopyright:
-fixcopyright.rkt --preset-typescript --file-pattern 'packages/**.ts' GPL-3.0-or-later