修改测试的发布地址
This commit is contained in:
parent
a71e4ac601
commit
08c9d860d6
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user