diff --git a/package.json b/package.json index 957eef4..21669b8 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "build:prod": "vue-cli-service build --modern", "build:test": "vue-cli-service build --mode test --modern", "deploy:prod": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://cebg.games", - "deploy:test": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://test.cebg.games", + "deploy:test": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://test-client.cebg.games", "refresh:prod": "aws cloudfront create-invalidation --distribution-id E34PEY4AGTMS0Y --paths \"/*\"", - "refresh:test": "aws cloudfront create-invalidation --distribution-id E2GYP9BZTQSSXT --paths \"/*\"", + "refresh:test": "aws cloudfront create-invalidation --distribution-id EE4HC9OXEQC7Y --paths \"/*\"", "svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext ts --es6", "sitemap": "vue-cli-service sitemap" },