@dealmore/funny
Advanced tools
Comparing version 0.2.0 to 0.2.1
# @dealmore/funny | ||
## 0.2.1 | ||
### Patch Changes | ||
- Outputs the files which are ignored in the zip package | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -25,2 +25,3 @@ "use strict"; | ||
const path = __importStar(require("path")); | ||
const consola_1 = __importDefault(require("consola")); | ||
const compiler_ncc_1 = __importDefault(require("../lib/compiler-ncc")); | ||
@@ -66,2 +67,5 @@ // Creates a production build | ||
} | ||
else { | ||
consola_1.default.log(`Ignoring file ${fileName}`); | ||
} | ||
} | ||
@@ -68,0 +72,0 @@ zipfile.end(); |
{ | ||
"name": "@dealmore/funny", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# funny | ||
Funny is a CLI compiler for serverless environments. Powered by [dealmore](https://dealmore.de). | ||
## Testing with lambci | ||
1. Mount local dir into docker environment | ||
```sh | ||
docker run -ti -p 4000:4000 -rm -v $(pwd):/tmp registry.gitlab.com/dealmore/dealmore-build-images/lambdaci:nodejs12.x /bin/bash | ||
``` | ||
2. Inside the container install the `procps` package ([Link](https://github.com/bahmutov/start-server-and-test/issues/132#issuecomment-448581335)) | ||
```sh | ||
yum install -y procps | ||
``` | ||
3. Run funny: | ||
```sh | ||
npx @dealmore/funny test --env /tmp/.env /tmp/some-function.zip | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36557
499
24