Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Bugfix #153
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Agutoli committed Mar 8, 2024
1 parent 4d1ad38 commit 4fe97ad
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ src/*
demos/*
tests/*
.github

dist/*
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-layers",
"version": "2.8.1",
"version": "2.8.3",
"description": "",
"main": "lib/index.js",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions src/package/Dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function resolveFile(from, opts = {}) {
class Dependencies extends AbstractService {
init() {
this.layersPackageDir = this.getLayerPackageDir();
fs.rmSync(this.layersPackageDir, {force: true, recursive: true});
return mkdirp.sync(this.layersPackageDir);
}

Expand Down
Loading

0 comments on commit 4fe97ad

Please sign in to comment.