From 537bf3eb1135ecbf08d83b1f5e53ccd186b1ed7d Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Mon, 28 May 2018 10:33:51 -0400 Subject: [PATCH] Renaming deploy config file --- bucket.config.js => deploy.config.js | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bucket.config.js => deploy.config.js (100%) diff --git a/bucket.config.js b/deploy.config.js similarity index 100% rename from bucket.config.js rename to deploy.config.js diff --git a/package.json b/package.json index d369c5c..304eae0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:webpack:web": "webpack --config webpack.prod-web.js", "build:webpack:prerender": "webpack --config webpack.prod-prerender.js", "build:prerender": "node ./script/__build__/prerender.js", - "deploy": "node ./script/s3-upload.js bucket.config.js", + "deploy": "node ./script/s3-upload.js deploy.config.js", "test": "run-s test:lint 'test:unit --coverage'", "test:unit": "cross-env NODE_ENV=production jest", "test:lint": "eslint --ignore-path .gitignore .",