cothority icon indicating copy to clipboard operation
cothority copied to clipboard

do not allow js publish if protobuf files are out of date

Open jeffallen opened this issue 5 years ago • 0 comments

Currently, cothority publish.sh does npm build, and that might detect diffs in models.json if it is out of date with respect to the *.proto files. We should stop publish.sh if it noticed models.json gets changed.

On the Java side, this same problem would be better handled by #1270.

jeffallen avatar Mar 15 '19 13:03 jeffallen