Skip to content

Commit

Permalink
Remove unneeded filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Oct 10, 2024
1 parent ada6fd9 commit 30d1c2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"build": "sam build -u",
"start": "tsc -w & nodemon --watch dist/lambda-handler.js --exec 'node dist/lambda-handler.js'",
"test": "AWS_PROFILE=hmn-test S3_BUCKET=testtachyonbucket S3_REGION=us-east-1 jest",
"test-filesize": "docker run --rm -v `pwd`:/var/task -it --entrypoint='node' lambci/lambda:nodejs18.x /var/task/test-filesize/index.js",
"update-test-fixtures": "docker run --rm -v `pwd`:/var/task -it --entrypoint='node' lambci/lambda:nodejs18.x /var/task/test-filesize/index.js --update-fixtures",
"build-zip": "rm lambda.zip ; cd .aws-sam/build/Tachyon && zip -r --exclude='node_modules/animated-gif-detector/test/*' ../../../lambda.zip ./node_modules/ package.json ./dist/",
"upload-zip": "aws s3 --region=$npm_config_region cp ./lambda.zip s3://$npm_config_bucket/$npm_config_path",
"update-function-code": "aws lambda update-function-code --region $npm_config_region --function-name $npm_config_function_name --zip-file fileb://`pwd`/lambda.zip",
Expand Down

0 comments on commit 30d1c2c

Please sign in to comment.