We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b67f4 commit 0d3a258Copy full SHA for 0d3a258
package.json
@@ -20,6 +20,6 @@
20
"scripts": {
21
"deps": "docker run -v \"$PWD\":/var/task lambci/lambda:build-nodejs12.x npm --no-optional --no-audit --progress=false ci",
22
"build": "docker run -v \"$PWD\":/var/task lambci/lambda:build-nodejs12.x node ./node_modules/webpack/bin/webpack.js",
23
- "install": "aws lambda publish-layer-version --layer-name sharp --description \"Sharp layer\" --license-info \"Apache License 2.0\" --zip-file fileb://dist/sharp-layer.zip --compatible-runtimes nodejs12.x"
+ "upload": "aws lambda publish-layer-version --layer-name sharp --description \"Sharp layer\" --license-info \"Apache License 2.0\" --zip-file fileb://dist/sharp-layer.zip --compatible-runtimes nodejs12.x"
24
}
25
0 commit comments