Run
make build
and find the result here: output/onlyoffice-editor.zip
make test
git fetch --depth=1 https://github.com/ONLYOFFICE/sdkjs.git v9.2.0.119
git diff FETCH_HEAD HEAD:sdkjsgit fetch --depth=1 https://github.com/ONLYOFFICE/web-apps.git v9.2.0.119
git diff FETCH_HEAD HEAD:web-appsInstead of calling git diff ..., you can use git difftool --dir-diff ... with the same parameters, to see the diff in a UI.
git subtree pull --prefix sdkjs https://github.com/ONLYOFFICE/sdkjs.git <TAG> --squash
git subtree pull --prefix web-apps https://github.com/ONLYOFFICE/web-apps.git <TAG> --squash