Skip to content

tamlyn/sls-package-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless TypeScript packaging bug

Sometimes the deployed package contains files which have been deleted from the repo.

Steps to reproduce

npm install
npx sls invoke local -f hello
rm files/one
npx sls package
unzip -l .serverless/sls-test.zip

Expected

Packaged ZIP file should contain files/two but not files/one which was deleted.

Actual

Packaged ZIP contains both files/one and files/two.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published