Skip to content

Commit

Permalink
add set resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorfr committed Oct 11, 2017
1 parent f92ca1a commit d9cf00e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tasks/Yarn/yarnTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { INpmRegistry, NpmRegistry } from "npm-common/npmregistry";

import { RegistryLocation } from "./constants";

tl.setResourcePath(path.join(__dirname, "task.json"));

let targz = require("yog-tar.gz");

let yarnPath = tl.which("yarn");
Expand Down

0 comments on commit d9cf00e

Please sign in to comment.