Skip to content

Instantly share code, notes, and snippets.

@fzeoli
Created February 8, 2019 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fzeoli/c2575b1c007e2539504f7651adac6e78 to your computer and use it in GitHub Desktop.
Save fzeoli/c2575b1c007e2539504f7651adac6e78 to your computer and use it in GitHub Desktop.
extendEnvironment((env) => {
env.hi = "hello, buidler";
});
task("envtest", (args, env) => {
console.log(env.hi);
});
module.exports = {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment