Skip to content

Commit

Permalink
Remove npm scripts we don't use.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingkool68 committed Feb 23, 2018
1 parent 724d453 commit e6edbcd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"scripts": {
"build-docker": "docker build . -t tachyon-build",
"build-node-modules": "rm -R node_modules ; docker run -v `pwd`:/build -t tachyon-build",
"build-zip": "zip -r lambda.zip ./node_modules/ config.json tachyon.js helpers.js lambda-handler.js",
"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"
"build-zip": "zip -r lambda.zip ./node_modules/ config.json tachyon.js helpers.js lambda-handler.js"
},
"author": "Russell Heimlich",
"license": "ISC",
Expand All @@ -21,8 +19,6 @@
"sharp": "^0.17.3"
},
"devDependencies": {
"aws-sdk": "^2.200.0",
"cli-table": "^0.3.1",
"filesize": "^3.6.0"
"aws-sdk": "^2.200.0"
}
}

0 comments on commit e6edbcd

Please sign in to comment.