Skip to content

Commit

Permalink
pass working directory through to the uploader
Browse files Browse the repository at this point in the history
fixes #961
  • Loading branch information
bkendall committed Oct 26, 2018
1 parent 8bdaa9e commit 19015a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deploy/hosting/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = function(context, options) {
version: deploy.version,
files: files,
public: options.config.path(deploy.config.public),
cwd: options.cwd,
});

var progressInterval = setInterval(function() {
Expand Down

0 comments on commit 19015a4

Please sign in to comment.