Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
peternewman opened this issue Aug 9, 2023 · 0 comments
Closed

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

peternewman opened this issue Aug 9, 2023 · 0 comments

Comments

@peternewman
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant