Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(publisher): check local node_modules when searching for publisher
ISSUES CLOSED: #175
  • Loading branch information
MarshallOfSound committed Mar 23, 2017
1 parent 9b8f297 commit 42fad7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/publish.js
Expand Up @@ -74,6 +74,7 @@ export default async (providedOptions = {}) => {
`electron-forge-publisher-${publishTarget}`,
publishTarget,
path.resolve(dir, publishTarget),
path.resolve(dir, 'node_modules', publishTarget),
]);
if (!publisher) {
throw `Could not find a publish target with the name: ${publishTarget}`;
Expand Down

0 comments on commit 42fad7f

Please sign in to comment.