Skip to content
#

task-runner

Here are 430 public repositories matching this topic...

drewsilcock
drewsilcock commented Nov 30, 2020

I have a build task that takes in variables to decide which platform to build for.

I'm trying to find some way to tell Task that the job is up-to-date using the standard sources checksum plus also checking whether the platform variables have changed.

I can get one to work at a time, but not both as the status commands seem to take precedence over the sources meaning if you specify comman

Jasha10
Jasha10 commented Apr 8, 2021

Feature request: ability to print some data about each action before it gets executed.

Motivation:

If my task has multiple actions (and verbosity==2), I can't tell which output came from which action (assuming that the actions all succeed). Some way to tell which output comes from which action would be great. Printing e.g. the shell command that will be run, before running it, would be a

fvictorio
fvictorio commented May 6, 2021

Sometimes users don't realize there is a hardhat.config.js in a parent directory, and complain about not getting the initialization prompt. The best way to quickly find out if that's the case would be to have a way to print the detected config file. The easiest way to do this is to just log it in verbose mode. That way we can ask them to just do npx hardhat --verbose and see where the file is

hela

🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. You can think of it as Cargo for the JavaScript ecosystem.

  • Updated Jan 31, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the task-runner topic, visit your repo's landing page and select "manage topics."

Learn more