Skip to content

Commit

Permalink
Merge pull request #3 from jamesx00/build/fix-cd
Browse files Browse the repository at this point in the history
cd: fix deploy command
  • Loading branch information
jamesx00 authored Dec 16, 2024
2 parents 2fb9375 + e84d14a commit 7766868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"s3:sync": "aws s3 sync _site/ s3://pythonexpert-web/static",
"cloudfront:clearCache": "aws cloudfront create-invalidation --distribution-id E1WZICBZJ43601 --path \"/*\" --profile dataadvantage-admin",
"deploy": "npm run s3:sync && npm run cloudfront:clearCache"
"deploy": "rm -rf _site && npm run build && npm run s3:sync && npm run cloudfront:clearCache"
},
"author": {
"name": "Data Advantage Co.,Ltd.",
Expand Down

0 comments on commit 7766868

Please sign in to comment.