yarn build-record-test
yarn run v1.22.19
$ lerna exec build-record-test
lerna notice cli v4.0.0
lerna info Executing command in 5 packages: "build-record-test"
/bin/sh: 1: build-record-test: not found
lerna ERR! build-record-test exited 127 in '@xkeys-lib/core'
lerna ERR! build-record-test exited 127 in '@xkeys-lib/core'
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Instead I have to cd packages/node-record-test; yarn build; node dist/index.js
Instead I have to
cd packages/node-record-test; yarn build; node dist/index.js
Or
ts-node packages/node-record-test/src/index.ts