Replies: 1 comment
-
Actually, this looks like a local setup issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My package.json is the following
With
npm
,npm run ci:lint
runs as expected. If I change the innernpm run
topnpm run
and remove the--
, the command outputs two failures.(Also notice how the
--verbose
flag doesn't appear to take affect)The final command that is generated and output is correct, and works as expected
I checked the documentation - there is no example of this usecase.
Obviously a workaround it to copy paste the entirety of the command into the script, but it would be nice to figure this out
Beta Was this translation helpful? Give feedback.
All reactions