We publish them now, so let's use them in cvmts! Additionally, this removes the 'shared' module entirely, since it has little purpose anymore. The logger is replaced with pino (because superqemu uses pino for logging itself).
8 lines
159 B
Makefile
8 lines
159 B
Makefile
all:
|
|
yarn workspace @cvmts/cvm-rs run build
|
|
yarn workspace @cvmts/collab-vm-1.2-binary-protocol run build
|
|
yarn workspace @cvmts/cvmts run build
|
|
|
|
pkg:
|
|
yarn
|