Browse Source

[fix] EEXIST: file already exists .serverless

master
demirhanaydin 8 years ago
parent
commit
464d34e93b
  1. 2
      lib/cleanup.js

2
lib/cleanup.js

@ -11,7 +11,7 @@ module.exports = {
const moveArtifact = new BbPromise((resolve, reject) => {
if (this.originalServicePath) {
this.serverless.config.servicePath = this.originalServicePath;
fse.move(
fse.copy(
path.join(webpackOutputPath, '.serverless'),
path.join(this.serverless.config.servicePath, '.serverless'),
(err) => {

Loading…
Cancel
Save