Skip to content

Commit

Permalink
back to restart
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Aug 10, 2024
1 parent e6018e6 commit edb456b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"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",
"start": "npm run pack; npm run server"
"restart": "npm start; npm run server"
},
"dependencies": {
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
Expand Down

0 comments on commit edb456b

Please sign in to comment.