Skip to content

Commit 3f015e0

Browse files
authored
Fix bug when a deploymentBucket is used
1 parent 1db8d27 commit 3f015e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pipenv.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function pipfileToRequirements() {
2020
}
2121
if (res.status != 0)
2222
throw new Error(res.stderr);
23+
fse.ensureDir(path.join(this.servicePath, '.serverless'));
2324
fse.writeFileSync(path.join(this.servicePath, '.serverless/requirements.txt'), res.stdout);
2425
};
2526

0 commit comments

Comments
 (0)