We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want a build command to only run until a subdirectory contains files. Is it possible with wait-on? Here is what worked:
wait-on
"scripts" : { "start:clipper": "wait-on popup/build/js && npm run watch_clipper" }
Hower, this didn't work:
"scripts" : { "start:clipper": "wait-on popup/build/* && npm run watch_clipper" }
Even though the first one works, it's a little inflexible because the content of popup/build may change and no longer contains a js subdirectory.
popup/build
js
The text was updated successfully, but these errors were encountered:
We haven't built that feature in yet. It might be possible.
Sorry, something went wrong.
No branches or pull requests
I want a build command to only run until a subdirectory contains files. Is it possible with
wait-on
?Here is what worked:
Hower, this didn't work:
Even though the first one works, it's a little inflexible because the content of
popup/build
may change and no longer contains ajs
subdirectory.The text was updated successfully, but these errors were encountered: