To get all the dependencies required to develop the node services:
$ npm installTo build:
$ npm run buildA node services Docker image is used by the verification tests in Kubernetes.
$ docker build --platform linux/arm64,linux/amd64 -t ghcr.io/restatedev/e2e-verification-runner --push .Linting is run together with gradle check, you can format using:
$ npm run formatSERVICES=InterpreterDriver node dist/app.jsSERVICES=InterpreterDriverJob node dist/app.js