mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 03:34:35 +03:00
keep track of the exposed api for reusable packages using apidiff
This commit is contained in:
4
Makefile
4
Makefile
@ -102,6 +102,10 @@ webaccount/account.htmlx:
|
||||
|
||||
frontend: webadmin/admin.htmlx webaccount/account.htmlx webmail/webmail.js webmail/msg.js webmail/text.js
|
||||
|
||||
genapidiff:
|
||||
# needs file next.txt containing next version number, and golang.org/x/exp/cmd/apidiff@v0.0.0-20231206192017-f3f8817b8deb installed
|
||||
./apidiff.sh
|
||||
|
||||
docker:
|
||||
docker build -t mox:dev .
|
||||
|
||||
|
Reference in New Issue
Block a user