SuperFlyTV / xkeys

A Node.js module to interact with the X-keys panels.
MIT License
33 stars 12 forks source link

yarn build-record-test doesn't work in root of repo #90

Closed peternewman closed 1 year ago

peternewman commented 1 year ago
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

Or ts-node packages/node-record-test/src/index.ts