-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Description
Running npm install
appears to fail on the prepublish
workaround. I think I see the issue, though I'm not sure how to fix it, exactly. Here's what I think is happening:
- In the
prepublish
script,npm_config_argv
is used to workaround the issue whereprepublish
runs oninstall
- However,
npm_config_argv
has been deprecated since this fall - The recommended approach is to use
npm_command
Unfortunately I'm not familiar enough with graphql-relay-js
to be able to say how to solve this (I just hit it when my trivial documentation PR failed CI), though I do see that prepublish
was deprecated, so maybe someone else knows an intelligent way to work around this? @IvanGoncharov, any suggestions?
Metadata
Metadata
Assignees
Labels
No labels