Skip to content

Commit

Permalink
hot purging action
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Aug 4, 2024
1 parent a9cf2ce commit 8b96225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"pretty": "standard --fix",
"pack": "webpack",
"purge": "curl -X POST \"https://api.cloudflare.com/client/v4/zones/$BRINE_TOKEN/purge_cache\" -H \"Authorization: Bearer $BEARER\" -H \"Content-Type: application/json\" --data '{\"purge_everything\":true}'",
"start": "npm run pack",
"server": "http-server -p 4242",
"restart": "npm start; npm run server"
Expand Down

0 comments on commit 8b96225

Please sign in to comment.