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

kcd-scripts build --no-clean fails #107

Closed
eps1lon opened this issue Dec 4, 2019 · 1 comment
Closed

kcd-scripts build --no-clean fails #107

eps1lon opened this issue Dec 4, 2019 · 1 comment
Labels

Comments

@eps1lon
Copy link
Contributor

eps1lon commented Dec 4, 2019

  • kcd-scripts version: 1.11.0
  • node version: 10
  • npm (or yarn) version: yarn 1.19.2

Relevant code or config

What you did:

$ kcd-scripts build --no-clean

What happened:

yarn build:main
yarn run v1.19.2
$ kcd-scripts build --no-clean
error: unknown option '--no-clean'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Reproduction repository:

https://github.com/testing-library/react-testing-library

Problem description:

@babel/cli@7.7.4 no longer silently ignores excess args (babel/babel#10698)

Suggested solution:

Pin @babel/cli to 7.7.0 in short term and use proper arg parsing and forwarding in the long term

@kentcdodds
Copy link
Owner

🎉 This issue has been resolved in version 1.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants